#588270

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

Shades of Cutty Sark #588270

Tints of Cutty Sark #588270

Color information

#588270 (or 0x588270) is unknown color: approx Cutty Sark. HEX triplet: 58, 82 and 70. RGB value is (88,130,112). Sum of RGB (Red+Green+Blue) = 88+130+112=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 130 - color contains mainly: green. Hex color #588270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588270 is #A77D8F. Grayscale: #737373. Windows color (decimal): -10976656 or 7373400. OLE color: 7373400.

HSL color Cylindrical-coordinate representation of color #588270: hue angle of 154.29º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #588270 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB88130112-
CMYK0.3200.140.49
HSL154.29º19.27%42.75%-
HSV(B)154.29º32.31%50.98%-
XYZ14.9319.2118.25-
YUV115.39126.09108.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.67%
GREEN value IS 130 (51.17% from 255) = 39.39%
BLUE value IS 112 (44.14% from 255) = 33.94%
R=26.67%
G=39.39%
B=33.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal881301120.3200.140.49154.2919.2742.75
Hex588270200E319a132b
Octal13020216040016612322353
Binary1011000100000101110000100000011101100011001101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588270; }

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

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

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

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

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

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

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

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