#577B72

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

Shades of Cutty Sark #577B72

Tints of Cutty Sark #577B72

Color information

#577B72 (or 0x577B72) is unknown color: approx Cutty Sark. HEX triplet: 57, 7B and 72. RGB value is (87,123,114). Sum of RGB (Red+Green+Blue) = 87+123+114=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 123 - color contains mainly: green. Hex color #577B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577B72 is #A8848D. Grayscale: #6F6F6F. Windows color (decimal): -11043982 or 7502679. OLE color: 7502679.

HSL color Cylindrical-coordinate representation of color #577B72: hue angle of 165º 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 #577B72 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB87123114-
CMYK0.2900.070.52
HSL165º17.14%41.18%-
HSV(B)165º29.27%48.24%-
XYZ14.0517.4118.54-
YUV111.21129.57110.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.85%
GREEN value IS 123 (48.44% from 255) = 37.96%
BLUE value IS 114 (44.92% from 255) = 35.19%
R=26.85%
G=37.96%
B=35.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal871231140.2900.070.5216517.1441.18
Hex577B721D0734a51129
Octal1271731623507642452151
Binary1010111111101111100101110101111101001010010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,123,114); }

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

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

 a { background-color: rgb(87,123,114); }

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

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

 span { border-color: rgb(87,123,114); }

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