#58554A

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

Shades of Millbrook #58554A

Tints of Millbrook #58554A

Color information

#58554A (or 0x58554A) is unknown color: approx Millbrook. HEX triplet: 58, 55 and 4A. RGB value is (88,85,74). Sum of RGB (Red+Green+Blue) = 88+85+74=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 88 - color contains mainly: red. Hex color #58554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58554A is #A7AAB5. Grayscale: #545454. Windows color (decimal): -10988214 or 4871512. OLE color: 4871512.

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

Color convert

RGB888574-
CMYK00.030.160.65
HSL47.14º8.64%31.76%-
HSV(B)47.14º15.91%34.51%-
XYZ8.519.077.78-
YUV84.64121.99130.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.63%
GREEN value IS 85 (33.59% from 255) = 34.41%
BLUE value IS 74 (29.30% from 255) = 29.96%
R=35.63%
G=34.41%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88857400.030.160.6547.148.6431.76
Hex58554A0310412f920
Octal1301251120320101571140
Binary1011000101010110010100111000010000011011111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58554A; }

 p { color: rgb(88,85,74); }

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

<style>
 a { background-color: #58554A; }

 a { background-color: rgb(88,85,74); }

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

<style>
 span { border-color: #58554A; }

 span { border-color: rgb(88,85,74); }

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