#5C584C

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

Shades of Millbrook #5C584C

Tints of Millbrook #5C584C

Color information

#5C584C (or 0x5C584C) is unknown color: approx Millbrook. HEX triplet: 5C, 58 and 4C. RGB value is (92,88,76). Sum of RGB (Red+Green+Blue) = 92+88+76=256 (33% of max value = 765). Red value is 92 (36.33% from 255 or 35.94% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 92 - color contains mainly: red. Hex color #5C584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C584C is #A3A7B3. Grayscale: #575757. Windows color (decimal): -10725300 or 5003356. OLE color: 5003356.

HSL color Cylindrical-coordinate representation of color #5C584C: hue angle of 45º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5C584C is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.64.

Color convert

RGB928876-
CMYK00.040.170.64
HSL45º9.52%32.94%-
HSV(B)45º17.39%36.08%-
XYZ9.219.788.24-
YUV87.83121.33130.98-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.94%
GREEN value IS 88 (34.77% from 255) = 34.38%
BLUE value IS 76 (30.08% from 255) = 29.69%
R=35.94%
G=34.38%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92887600.040.170.64459.5232.94
Hex5C584C0411402da21
Octal1341301140421100551241
Binary10111001011000100110001001000110000001011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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