#5C594E

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

Shades of Millbrook #5C594E

Tints of Millbrook #5C594E

Color information

#5C594E (or 0x5C594E) is unknown color: approx Millbrook. HEX triplet: 5C, 59 and 4E. RGB value is (92,89,78). Sum of RGB (Red+Green+Blue) = 92+89+78=259 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.52% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 92 - color contains mainly: red. Hex color #5C594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C594E is #A3A6B1. Grayscale: #585858. Windows color (decimal): -10725042 or 5134684. OLE color: 5134684.

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

Color convert

RGB928978-
CMYK00.030.150.64
HSL47.14º8.24%33.33%-
HSV(B)47.14º15.22%36.08%-
XYZ9.369.978.64-
YUV88.64121.99130.39-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.52%
GREEN value IS 89 (35.16% from 255) = 34.36%
BLUE value IS 78 (30.86% from 255) = 30.12%
R=35.52%
G=34.36%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92897800.030.150.6447.148.2433.33
Hex5C594E03F402f821
Octal1341311160317100571041
Binary101110010110011001110011111110000001011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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