#587F6A

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

Shades of Cutty Sark #587F6A

Tints of Cutty Sark #587F6A

Color information

#587F6A (or 0x587F6A) is unknown color: approx Cutty Sark. HEX triplet: 58, 7F and 6A. RGB value is (88,127,106). Sum of RGB (Red+Green+Blue) = 88+127+106=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 127 - color contains mainly: green. Hex color #587F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587F6A is #A78095. Grayscale: #707070. Windows color (decimal): -10977430 or 6979416. OLE color: 6979416.

HSL color Cylindrical-coordinate representation of color #587F6A: hue angle of 147.69º degrees, saturation: 0.18, 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 #587F6A is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB88127106-
CMYK0.3100.170.50
HSL147.69º18.14%42.16%-
HSV(B)147.69º30.71%49.8%-
XYZ14.2218.2916.42-
YUV112.94124.08110.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.41%
GREEN value IS 127 (50% from 255) = 39.56%
BLUE value IS 106 (41.80% from 255) = 33.02%
R=27.41%
G=39.56%
B=33.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal881271060.3100.170.50147.6918.1442.16
Hex587F6A1F0113294122a
Octal13017715237021622242252
Binary101100011111111101010111110100011100101001010010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,127,106); }

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

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

 a { background-color: rgb(88,127,106); }

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

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

 span { border-color: rgb(88,127,106); }

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