#589070

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

Shades of Cutty Sark #589070

Tints of Cutty Sark #589070

Color information

#589070 (or 0x589070) is unknown color: approx Cutty Sark. HEX triplet: 58, 90 and 70. RGB value is (88,144,112). Sum of RGB (Red+Green+Blue) = 88+144+112=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 144 - color contains mainly: green. Hex color #589070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589070 is #A76F8F. Grayscale: #7B7B7B. Windows color (decimal): -10973072 or 7376984. OLE color: 7376984.

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

Color convert

RGB88144112-
CMYK0.3900.220.44
HSL145.71º24.14%45.49%-
HSV(B)145.71º38.89%56.47%-
XYZ16.9223.1918.91-
YUV123.61121.45102.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.58%
GREEN value IS 144 (56.64% from 255) = 41.86%
BLUE value IS 112 (44.14% from 255) = 32.56%
R=25.58%
G=41.86%
B=32.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal881441120.3900.220.44145.7124.1445.49
Hex589070270162C92182d
Octal13022016047026542223055
Binary10110001001000011100001001110101101011001001001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589070; }

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

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

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

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

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

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

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

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