#587872

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

Shades of William #587872

Tints of William #587872

Color information

#587872 (or 0x587872) is unknown color: approx William. HEX triplet: 58, 78 and 72. RGB value is (88,120,114). Sum of RGB (Red+Green+Blue) = 88+120+114=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 120 - color contains mainly: green. Hex color #587872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587872 is #A7878D. Grayscale: #6D6D6D. Windows color (decimal): -10979214 or 7501912. OLE color: 7501912.

HSL color Cylindrical-coordinate representation of color #587872: hue angle of 168.75º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #587872 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB88120114-
CMYK0.2700.050.53
HSL168.75º15.38%40.78%-
HSV(B)168.75º26.67%47.06%-
XYZ13.7816.7218.42-
YUV109.75130.4112.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.33%
GREEN value IS 120 (47.27% from 255) = 37.27%
BLUE value IS 114 (44.92% from 255) = 35.40%
R=27.33%
G=37.27%
B=35.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal881201140.2700.050.53168.7515.3840.78
Hex5878721B0535a9f29
Octal1301701623305652511751
Binary101100011110001110010110110101110101101010011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587872; }

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

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

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

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

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

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

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

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