#58574E

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

Shades of Millbrook #58574E

Tints of Millbrook #58574E

Color information

#58574E (or 0x58574E) is unknown color: approx Millbrook. HEX triplet: 58, 57 and 4E. RGB value is (88,87,78). Sum of RGB (Red+Green+Blue) = 88+87+78=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 88 - color contains mainly: red. Hex color #58574E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58574E is #A7A8B1. Grayscale: #565656. Windows color (decimal): -10987698 or 5134168. OLE color: 5134168.

HSL color Cylindrical-coordinate representation of color #58574E: hue angle of 54º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #58574E is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB888778-
CMYK00.010.110.65
HSL54º6.02%32.55%-
HSV(B)54º11.36%34.51%-
XYZ8.819.448.57-
YUV86.27123.33129.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.78%
GREEN value IS 87 (34.38% from 255) = 34.39%
BLUE value IS 78 (30.86% from 255) = 30.83%
R=34.78%
G=34.39%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88877800.010.110.65546.0232.55
Hex58574E01B4136621
Octal130127116011310166641
Binary1011000101011110011100110111000001110110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58574E; }

 p { color: rgb(88,87,78); }

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

<style>
 a { background-color: #58574E; }

 a { background-color: rgb(88,87,78); }

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

<style>
 span { border-color: #58574E; }

 span { border-color: rgb(88,87,78); }

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