#5A584C

Color #5A584C Millbrook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Millbrook #5A584C

Tints of Millbrook #5A584C

Color information

#5A584C (or 0x5A584C) is unknown color: approx Millbrook. HEX triplet: 5A, 58 and 4C. RGB value is (90,88,76). Sum of RGB (Red+Green+Blue) = 90+88+76=254 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.43% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 90 - color contains mainly: red. Hex color #5A584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A584C is #A5A7B3. Grayscale: #575757. Windows color (decimal): -10856372 or 5003354. OLE color: 5003354.

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

Color convert

RGB908876-
CMYK00.020.160.65
HSL51.43º8.43%32.55%-
HSV(B)51.43º15.56%35.29%-
XYZ9.019.678.23-
YUV87.23121.66129.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.43%
GREEN value IS 88 (34.77% from 255) = 34.65%
BLUE value IS 76 (30.08% from 255) = 29.92%
R=35.43%
G=34.65%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90887600.020.160.6551.438.4332.55
Hex5A584C02104133821
Octal1321301140220101631041
Binary1011010101100010011000101000010000011100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,88,76); }

 H1.HeaderClassName
 {
   color: #5A584C;
 }
 .AnyTagClassName
 {
   color: #5A584C;
 }
</style>
background-color css

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

 a { background-color: rgb(90,88,76); }

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

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

 span { border-color: rgb(90,88,76); }

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