#588070

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

Shades of Cutty Sark #588070

Tints of Cutty Sark #588070

Color information

#588070 (or 0x588070) is unknown color: approx Cutty Sark. HEX triplet: 58, 80 and 70. RGB value is (88,128,112). Sum of RGB (Red+Green+Blue) = 88+128+112=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 128 - color contains mainly: green. Hex color #588070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588070 is #A77F8F. Grayscale: #727272. Windows color (decimal): -10977168 or 7372888. OLE color: 7372888.

HSL color Cylindrical-coordinate representation of color #588070: hue angle of 156º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #588070 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB88128112-
CMYK0.3100.120.50
HSL156º18.52%42.35%-
HSV(B)156º31.25%50.2%-
XYZ14.6718.6818.16-
YUV114.22126.75109.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.83%
GREEN value IS 128 (50.39% from 255) = 39.02%
BLUE value IS 112 (44.14% from 255) = 34.15%
R=26.83%
G=39.02%
B=34.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal881281120.3100.120.5015618.5242.35
Hex5880701F0C329c132a
Octal13020016037014622342352
Binary101100010000000111000011111011001100101001110010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588070; }

 p { color: rgb(88,128,112); }

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

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

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

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

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

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

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