#577F6C

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

Shades of Cutty Sark #577F6C

Tints of Cutty Sark #577F6C

Color information

#577F6C (or 0x577F6C) is unknown color: approx Cutty Sark. HEX triplet: 57, 7F and 6C. RGB value is (87,127,108). Sum of RGB (Red+Green+Blue) = 87+127+108=322 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.02% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 127 - color contains mainly: green. Hex color #577F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577F6C is #A88093. Grayscale: #707070. Windows color (decimal): -11042964 or 7110487. OLE color: 7110487.

HSL color Cylindrical-coordinate representation of color #577F6C: hue angle of 151.5º degrees, saturation: 0.19, 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 #577F6C is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB87127108-
CMYK0.3100.150.50
HSL151.5º18.69%41.96%-
HSV(B)151.5º31.5%49.8%-
XYZ14.2318.2916.97-
YUV112.87125.25109.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.02%
GREEN value IS 127 (50% from 255) = 39.44%
BLUE value IS 108 (42.58% from 255) = 33.54%
R=27.02%
G=39.44%
B=33.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal871271080.3100.150.50151.518.6941.96
Hex577F6C1F0F3298132a
Octal12717715437017622302352
Binary10101111111111110110011111011111100101001100010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,127,108); }

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

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

 a { background-color: rgb(87,127,108); }

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

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

 span { border-color: rgb(87,127,108); }

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