Html Css Color HEX #5A594F Millbrook

📋 copy color: '#5A594F'

red 90 ◦ green 89 ◦ blue 79

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

Shades of Millbrook #5A594F

Tints of Millbrook #5A594F

RGB

 RED value IS 90 (35.55% from 255) = 34.88%

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

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

R = 34.88%
G = 34.5%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#5A594F (or 0x5A594F) is known color: Millbrook. HEX triplet: 5A, 59 and 4F. RGB value is (90,89,79). Sum of RGB (Red+Green+Blue) = 90+89+79=258 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.88% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 90 - color contains mainly: red. Hex color #5A594F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A594F is #A5A6B0. Grayscale: #585858. Windows color (decimal): -10856113 or 5200218. OLE color: 5200218.

HSL color Cylindrical-coordinate representation of color #5A594F: hue angle of 54.55º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5A594F is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 89 79 -
CMYK 0 0.01 0.12 0.65
HSL 54.55º 0.07% 0.33% -
HSV(B) 54.55º 0.12% 0.35% -
XYZ 9.2 9.88 8.82 -
YUV 88.16 122.83 129.31 -
System Red Green Blue C M Y K H S L
Decimal 90 89 79 0 0.01 0.12 0.65 54.55 0.07 0.33
Hex 5A 59 4F 0 1 C 41 37 7 21
Octal 132 131 117 0 1 14 101 67 7 41
Binary 1011010 1011001 1001111 0 1 1100 1000001 110111 111 100001

Color Harmonies of #5A594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A594F

Black with #5A594F

Text Example


Text Example

White with #5A594F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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