#58554B

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

Shades of Millbrook #58554B

Tints of Millbrook #58554B

Color information

#58554B (or 0x58554B) is unknown color: approx Millbrook. HEX triplet: 58, 55 and 4B. RGB value is (88,85,75). Sum of RGB (Red+Green+Blue) = 88+85+75=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 88 - color contains mainly: red. Hex color #58554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58554B is #A7AAB4. Grayscale: #545454. Windows color (decimal): -10988213 or 4937048. OLE color: 4937048.

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

Color convert

RGB888575-
CMYK00.030.150.65
HSL46.15º7.98%31.96%-
HSV(B)46.15º14.77%34.51%-
XYZ8.549.087.96-
YUV84.76122.49130.31-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.48%
GREEN value IS 85 (33.59% from 255) = 34.27%
BLUE value IS 75 (29.69% from 255) = 30.24%
R=35.48%
G=34.27%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88857500.030.150.6546.157.9831.96
Hex58554B03F412e820
Octal1301251130317101561040
Binary101100010101011001011011111110000011011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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