#597070

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

Shades of William #597070

Tints of William #597070

Color information

#597070 (or 0x597070) is unknown color: approx William. HEX triplet: 59, 70 and 70. RGB value is (89,112,112). Sum of RGB (Red+Green+Blue) = 89+112+112=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #597070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597070 is #A68F8F. Grayscale: #696969. Windows color (decimal): -10915728 or 7368793. OLE color: 7368793.

HSL color Cylindrical-coordinate representation of color #597070: hue angle of 180º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #597070 is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB89112112-
CMYK0.21000.56
HSL180º11.44%39.41%-
HSV(B)180º20.54%43.92%-
XYZ12.8414.8817.53-
YUV105.12131.88116.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.43%
GREEN value IS 112 (44.14% from 255) = 35.78%
BLUE value IS 112 (44.14% from 255) = 35.78%
R=28.43%
G=35.78%
B=35.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal891121120.21000.5618011.4439.41
Hex597070150038b4b27
Octal1311601602500702641347
Binary1011001111000011100001010100111000101101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597070; }

 p { color: rgb(89,112,112); }

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

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

 a { background-color: rgb(89,112,112); }

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

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

 span { border-color: rgb(89,112,112); }

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