#587D74

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

Shades of Cutty Sark #587D74

Tints of Cutty Sark #587D74

Color information

#587D74 (or 0x587D74) is unknown color: approx Cutty Sark. HEX triplet: 58, 7D and 74. RGB value is (88,125,116). Sum of RGB (Red+Green+Blue) = 88+125+116=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 125 - color contains mainly: green. Hex color #587D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587D74 is #A7828B. Grayscale: #707070. Windows color (decimal): -10977932 or 7634264. OLE color: 7634264.

HSL color Cylindrical-coordinate representation of color #587D74: hue angle of 165.41º 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 #587D74 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB88125116-
CMYK0.3000.070.51
HSL165.41º17.37%41.76%-
HSV(B)165.41º29.6%49.02%-
XYZ14.511819.23-
YUV112.91129.74110.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.75%
GREEN value IS 125 (49.22% from 255) = 37.99%
BLUE value IS 116 (45.70% from 255) = 35.26%
R=26.75%
G=37.99%
B=35.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal881251160.3000.070.51165.4117.3741.76
Hex587D741E0733a5112a
Octal1301751643607632452152
Binary1011000111110111101001111001111100111010010110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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