#587572

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

Shades of William #587572

Tints of William #587572

Color information

#587572 (or 0x587572) is unknown color: approx William. HEX triplet: 58, 75 and 72. RGB value is (88,117,114). Sum of RGB (Red+Green+Blue) = 88+117+114=319 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.59% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 117 - color contains mainly: green. Hex color #587572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587572 is #A78A8D. Grayscale: #6B6B6B. Windows color (decimal): -10979982 or 7501144. OLE color: 7501144.

HSL color Cylindrical-coordinate representation of color #587572: hue angle of 173.79º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #587572 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB88117114-
CMYK0.2500.030.54
HSL173.79º14.15%40.2%-
HSV(B)173.79º24.79%45.88%-
XYZ13.4216.0118.3-
YUV107.99131.39113.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.59%
GREEN value IS 117 (46.09% from 255) = 36.68%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=27.59%
G=36.68%
B=35.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal881171140.2500.030.54173.7914.1540.2
Hex587572190336aee28
Octal1301651623103662561650
Binary10110001110101111001011001011110110101011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587572; }

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

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

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

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

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

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

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

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