#577E70

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

Shades of Cutty Sark #577E70

Tints of Cutty Sark #577E70

Color information

#577E70 (or 0x577E70) is unknown color: approx Cutty Sark. HEX triplet: 57, 7E and 70. RGB value is (87,126,112). Sum of RGB (Red+Green+Blue) = 87+126+112=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 126 - color contains mainly: green. Hex color #577E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577E70 is #A8818F. Grayscale: #707070. Windows color (decimal): -11043216 or 7372375. OLE color: 7372375.

HSL color Cylindrical-coordinate representation of color #577E70: hue angle of 158.46º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #577E70 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB87126112-
CMYK0.3100.110.51
HSL158.46º18.31%41.76%-
HSV(B)158.46º30.95%49.41%-
XYZ14.3218.1218.07-
YUV112.74127.58109.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.77%
GREEN value IS 126 (49.61% from 255) = 38.77%
BLUE value IS 112 (44.14% from 255) = 34.46%
R=26.77%
G=38.77%
B=34.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal871261120.3100.110.51158.4618.3141.76
Hex577E701F0B339e122a
Octal12717616037013632362252
Binary10101111111110111000011111010111100111001111010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577E70; }

 p { color: rgb(87,126,112); }

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

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

 a { background-color: rgb(87,126,112); }

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

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

 span { border-color: rgb(87,126,112); }

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