#577A70

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

Shades of Cutty Sark #577A70

Tints of Cutty Sark #577A70

Color information

#577A70 (or 0x577A70) is unknown color: approx Cutty Sark. HEX triplet: 57, 7A and 70. RGB value is (87,122,112). Sum of RGB (Red+Green+Blue) = 87+122+112=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 122 - color contains mainly: green. Hex color #577A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577A70 is #A8858F. Grayscale: #6E6E6E. Windows color (decimal): -11044240 or 7371351. OLE color: 7371351.

HSL color Cylindrical-coordinate representation of color #577A70: hue angle of 162.86º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #577A70 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB87122112-
CMYK0.2900.080.52
HSL162.86º16.75%40.98%-
HSV(B)162.86º28.69%47.84%-
XYZ13.8117.1217.9-
YUV110.39128.9111.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.10%
GREEN value IS 122 (48.05% from 255) = 38.01%
BLUE value IS 112 (44.14% from 255) = 34.89%
R=27.10%
G=38.01%
B=34.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal871221120.2900.080.52162.8616.7540.98
Hex577A701D0834a31129
Octal12717216035010642432151
Binary10101111111010111000011101010001101001010001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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