#587472

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

Shades of William #587472

Tints of William #587472

Color information

#587472 (or 0x587472) is unknown color: approx William. HEX triplet: 58, 74 and 72. RGB value is (88,116,114). Sum of RGB (Red+Green+Blue) = 88+116+114=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 116 - color contains mainly: green. Hex color #587472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587472 is #A78B8D. Grayscale: #6B6B6B. Windows color (decimal): -10980238 or 7500888. OLE color: 7500888.

HSL color Cylindrical-coordinate representation of color #587472: hue angle of 175.71º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #587472 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB88116114-
CMYK0.2400.020.55
HSL175.71º13.73%40%-
HSV(B)175.71º24.14%45.49%-
XYZ13.3115.7818.26-
YUV107.4131.72114.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.67%
GREEN value IS 116 (45.70% from 255) = 36.48%
BLUE value IS 114 (44.92% from 255) = 35.85%
R=27.67%
G=36.48%
B=35.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal881161140.2400.020.55175.7113.7340
Hex587472180237b0e28
Octal1301641623002672601650
Binary10110001110100111001011000010110111101100001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587472; }

 p { color: rgb(88,116,114); }

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

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

 a { background-color: rgb(88,116,114); }

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

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

 span { border-color: rgb(88,116,114); }

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