#587D6F

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

Shades of Cutty Sark #587D6F

Tints of Cutty Sark #587D6F

Color information

#587D6F (or 0x587D6F) is unknown color: approx Cutty Sark. HEX triplet: 58, 7D and 6F. RGB value is (88,125,111). Sum of RGB (Red+Green+Blue) = 88+125+111=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 125 - color contains mainly: green. Hex color #587D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587D6F is #A78290. Grayscale: #707070. Windows color (decimal): -10977937 or 7306584. OLE color: 7306584.

HSL color Cylindrical-coordinate representation of color #587D6F: hue angle of 157.3º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #587D6F is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB88125111-
CMYK0.3000.110.51
HSL157.3º17.37%41.76%-
HSV(B)157.3º29.6%49.02%-
XYZ14.2317.8917.74-
YUV112.34127.24110.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.16%
GREEN value IS 125 (49.22% from 255) = 38.58%
BLUE value IS 111 (43.75% from 255) = 34.26%
R=27.16%
G=38.58%
B=34.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal881251110.3000.110.51157.317.3741.76
Hex587D6F1E0B339d112a
Octal13017515736013632352152
Binary10110001111101110111111110010111100111001110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587D6F; }

 p { color: rgb(88,125,111); }

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

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

 a { background-color: rgb(88,125,111); }

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

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

 span { border-color: rgb(88,125,111); }

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