Html Css Color HEX #59574F Millbrook

📋 copy color: '#59574F'

red 89 ◦ green 87 ◦ blue 79

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

Shades of Millbrook #59574F

Tints of Millbrook #59574F

RGB

 RED value IS 89 (35.16% from 255) = 34.9%

 GREEN value IS 87 (34.38% from 255) = 34.12%

 BLUE value IS 79 (31.25% from 255) = 30.98%

R = 34.9%
G = 34.12%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#59574F (or 0x59574F) is known color: Millbrook. HEX triplet: 59, 57 and 4F. RGB value is (89,87,79). Sum of RGB (Red+Green+Blue) = 89+87+79=255 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.90% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 89 - color contains mainly: red. Hex color #59574F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59574F is #A6A8B0. Grayscale: #565656. Windows color (decimal): -10922161 or 5199705. OLE color: 5199705.

HSL color Cylindrical-coordinate representation of color #59574F: hue angle of 48º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #59574F is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 87 79 -
CMYK 0 0.02 0.11 0.65
HSL 48º 0.06% 0.33% -
HSV(B) 48º 0.11% 0.35% -
XYZ 8.94 9.5 8.76 -
YUV 86.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 89 87 79 0 0.02 0.11 0.65 48 0.06 0.33
Hex 59 57 4F 0 2 B 41 30 6 21
Octal 131 127 117 0 2 13 101 60 6 41
Binary 1011001 1010111 1001111 0 10 1011 1000001 110000 110 100001

Color Harmonies of #59574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59574F

Black with #59574F

Text Example


Text Example

White with #59574F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59574F; }

 p { color: rgb(89,87,79); }

 H1.HeaderClassName
 {
   color: #59574F;
 }
 .AnyTagClassName
 {
   color: #59574F;
 }
</style>

background-color css

<style>
 a { background-color: #59574F; }

 a { background-color: rgb(89,87,79); }

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

border-color css

<style>
 span { border-color: #59574F; }

 span { border-color: rgb(89,87,79); }

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