#588077

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

Shades of Cutty Sark #588077

Tints of Cutty Sark #588077

Color information

#588077 (or 0x588077) is unknown color: approx Cutty Sark. HEX triplet: 58, 80 and 77. RGB value is (88,128,119). Sum of RGB (Red+Green+Blue) = 88+128+119=335 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.27% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 128 - color contains mainly: green. Hex color #588077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588077 is #A77F88. Grayscale: #737373. Windows color (decimal): -10977161 or 7831640. OLE color: 7831640.

HSL color Cylindrical-coordinate representation of color #588077: hue angle of 166.5º 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 #588077 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB88128119-
CMYK0.3100.070.50
HSL166.5º18.52%42.35%-
HSV(B)166.5º31.25%50.2%-
XYZ15.0718.8420.3-
YUV115.01130.25108.73-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.27%
GREEN value IS 128 (50.39% from 255) = 38.21%
BLUE value IS 119 (46.88% from 255) = 35.52%
R=26.27%
G=38.21%
B=35.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal881281190.3100.070.50166.518.5242.35
Hex5880771F0732a6132a
Octal1302001673707622462352
Binary10110001000000011101111111101111100101010011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588077; }

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

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

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

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

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

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

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

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