Html Css Color HEX #5A594B Millbrook

📋 copy color: '#5A594B'

red 90 ◦ green 89 ◦ blue 75

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

Shades of Millbrook #5A594B

Tints of Millbrook #5A594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.53%

R = 35.43%
G = 35.04%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#5A594B (or 0x5A594B) is known color: Millbrook. HEX triplet: 5A, 59 and 4B. RGB value is (90,89,75). Sum of RGB (Red+Green+Blue) = 90+89+75=254 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.43% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 90 - color contains mainly: red. Hex color #5A594B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A594B is #A5A6B4. Grayscale: #575757. Windows color (decimal): -10856117 or 4938074. OLE color: 4938074.

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

Color convert

RGB 90 89 75 -
CMYK 0 0.01 0.17 0.65
HSL 56º 0.09% 0.32% -
HSV(B) 56º 0.17% 0.35% -
XYZ 9.06 9.83 8.08 -
YUV 87.7 120.83 129.64 -
System Red Green Blue C M Y K H S L
Decimal 90 89 75 0 0.01 0.17 0.65 56 0.09 0.32
Hex 5A 59 4B 0 1 11 41 38 9 20
Octal 132 131 113 0 1 21 101 70 11 40
Binary 1011010 1011001 1001011 0 1 10001 1000001 111000 1001 100000

Color Harmonies of #5A594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A594B

Black with #5A594B

Text Example


Text Example

White with #5A594B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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