Html Css Color HEX #5B203A Pompadour

📋 copy color: '#5B203A'

red 91 ◦ green 32 ◦ blue 58

#5B203A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #5B203A

Tints of Pompadour #5B203A

RGB

 RED value IS 91 (35.94% from 255) = 50.28%

 GREEN value IS 32 (12.89% from 255) = 17.68%

 BLUE value IS 58 (23.05% from 255) = 32.04%

R = 50.28%
G = 17.68%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.64

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5B203A (or 0x5B203A) is known color: Pompadour. HEX triplet: 5B, 20 and 3A. RGB value is (91,32,58). Sum of RGB (Red+Green+Blue) = 91+32+58=181 (23% of max value = 765). Red value is 91 (35.94% from 255 or 50.28% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 91 - color contains mainly: red. Hex color #5B203A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B203A is #A4DFC5. Grayscale: #343434. Windows color (decimal): -10805190 or 3809371. OLE color: 3809371.

HSL color Cylindrical-coordinate representation of color #5B203A: hue angle of 333.56º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5B203A is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 32 58 -
CMYK 0 0.65 0.36 0.64
HSL 333.56º 0.48% 0.24% -
HSV(B) 333.56º 0.65% 0.36% -
XYZ 5.59 3.56 4.4 -
YUV 52.61 131.05 155.39 -
System Red Green Blue C M Y K H S L
Decimal 91 32 58 0 0.65 0.36 0.64 333.56 0.48 0.24
Hex 5B 20 3A 0 41 24 40 14E 30 18
Octal 133 40 72 0 101 44 100 516 60 30
Binary 1011011 100000 111010 0 1000001 100100 1000000 101001110 110000 11000

Color Harmonies of #5B203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B203A

Black with #5B203A

Text Example


Text Example

White with #5B203A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B203A; }

 p { color: rgb(91,32,58); }

 H1.HeaderClassName
 {
   color: #5B203A;
 }
 .AnyTagClassName
 {
   color: #5B203A;
 }
</style>

background-color css

<style>
 a { background-color: #5B203A; }

 a { background-color: rgb(91,32,58); }

 div.DivClassName
 {
   background-color: #5B203A;
 }
 .BgClassName
 {
   background-color: #5B203A;
 }
</style>

border-color css

<style>
 span { border-color: #5B203A; }

 span { border-color: rgb(91,32,58); }

 td.TdClassName
 {
   border-color: #5B203A;
 }
 .TagClassName
 {
   border-color: #5B203A;
 }
</style>