Html Css Color HEX #5B173E Pompadour

📋 copy color: '#5B173E'

red 91 ◦ green 23 ◦ blue 62

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

Shades of Pompadour #5B173E

Tints of Pompadour #5B173E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.07%

 BLUE value IS 62 (24.61% from 255) = 35.23%

R = 51.7%
G = 13.07%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.64

RGB Variations

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

Color information

#5B173E (or 0x5B173E) is known color: Pompadour. HEX triplet: 5B, 17 and 3E. RGB value is (91,23,62). Sum of RGB (Red+Green+Blue) = 91+23+62=176 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.70% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 91 - color contains mainly: red. Hex color #5B173E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B173E is #A4E8C1. Grayscale: #2F2F2F. Windows color (decimal): -10807490 or 4069211. OLE color: 4069211.

HSL color Cylindrical-coordinate representation of color #5B173E: hue angle of 325.59º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B173E is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 23 62 -
CMYK 0 0.75 0.32 0.64
HSL 325.59º 0.6% 0.22% -
HSV(B) 325.59º 0.75% 0.36% -
XYZ 5.49 3.18 4.88 -
YUV 47.78 136.03 158.83 -
System Red Green Blue C M Y K H S L
Decimal 91 23 62 0 0.75 0.32 0.64 325.59 0.6 0.22
Hex 5B 17 3E 0 4B 20 40 146 3C 16
Octal 133 27 76 0 113 40 100 506 74 26
Binary 1011011 10111 111110 0 1001011 100000 1000000 101000110 111100 10110

Color Harmonies of #5B173E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B173E

Black with #5B173E

Text Example


Text Example

White with #5B173E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,23,62); }

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

background-color css

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

 a { background-color: rgb(91,23,62); }

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

border-color css

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

 span { border-color: rgb(91,23,62); }

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