Html Css Color HEX #5B594E Millbrook

📋 copy color: '#5B594E'

red 91 ◦ green 89 ◦ blue 78

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

Shades of Millbrook #5B594E

Tints of Millbrook #5B594E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.5%

 BLUE value IS 78 (30.86% from 255) = 30.23%

R = 35.27%
G = 34.5%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.64

RGB Variations

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

Color information

#5B594E (or 0x5B594E) is known color: Millbrook. HEX triplet: 5B, 59 and 4E. RGB value is (91,89,78). Sum of RGB (Red+Green+Blue) = 91+89+78=258 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.27% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 91 - color contains mainly: red. Hex color #5B594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B594E is #A4A6B1. Grayscale: #585858. Windows color (decimal): -10790578 or 5134683. OLE color: 5134683.

HSL color Cylindrical-coordinate representation of color #5B594E: hue angle of 50.77º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5B594E is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 89 78 -
CMYK 0 0.02 0.14 0.64
HSL 50.77º 0.08% 0.33% -
HSV(B) 50.77º 0.14% 0.36% -
XYZ 9.26 9.92 8.63 -
YUV 88.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 91 89 78 0 0.02 0.14 0.64 50.77 0.08 0.33
Hex 5B 59 4E 0 2 E 40 33 8 21
Octal 133 131 116 0 2 16 100 63 10 41
Binary 1011011 1011001 1001110 0 10 1110 1000000 110011 1000 100001

Color Harmonies of #5B594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B594E

Black with #5B594E

Text Example


Text Example

White with #5B594E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,89,78); }

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

background-color css

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

 a { background-color: rgb(91,89,78); }

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

border-color css

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

 span { border-color: rgb(91,89,78); }

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