Html Css Color HEX #5A594E Millbrook

📋 copy color: '#5A594E'

red 90 ◦ green 89 ◦ blue 78

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

Shades of Millbrook #5A594E

Tints of Millbrook #5A594E

RGB

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

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

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

R = 35.02%
G = 34.63%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#5A594E (or 0x5A594E) is known color: Millbrook. HEX triplet: 5A, 59 and 4E. RGB value is (90,89,78). Sum of RGB (Red+Green+Blue) = 90+89+78=257 (34% of max value = 765). Red value is 90 (35.55% from 255 or 35.02% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 90 - color contains mainly: red. Hex color #5A594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A594E is #A5A6B1. Grayscale: #585858. Windows color (decimal): -10856114 or 5134682. OLE color: 5134682.

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

Color convert

RGB 90 89 78 -
CMYK 0 0.01 0.13 0.65
HSL 55º 0.07% 0.33% -
HSV(B) 55º 0.13% 0.35% -
XYZ 9.16 9.87 8.63 -
YUV 88.05 122.33 129.39 -
System Red Green Blue C M Y K H S L
Decimal 90 89 78 0 0.01 0.13 0.65 55 0.07 0.33
Hex 5A 59 4E 0 1 D 41 37 7 21
Octal 132 131 116 0 1 15 101 67 7 41
Binary 1011010 1011001 1001110 0 1 1101 1000001 110111 111 100001

Color Harmonies of #5A594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A594E

Black with #5A594E

Text Example


Text Example

White with #5A594E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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