#57756A

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

Shades of Cutty Sark #57756A

Tints of Cutty Sark #57756A

Color information

#57756A (or 0x57756A) is unknown color: approx Cutty Sark. HEX triplet: 57, 75 and 6A. RGB value is (87,117,106). Sum of RGB (Red+Green+Blue) = 87+117+106=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 117 - color contains mainly: green. Hex color #57756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57756A is #A88A95. Grayscale: #6A6A6A. Windows color (decimal): -11045526 or 6976855. OLE color: 6976855.

HSL color Cylindrical-coordinate representation of color #57756A: hue angle of 158º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #57756A is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB87117106-
CMYK0.2600.090.54
HSL158º14.71%40%-
HSV(B)158º25.64%45.88%-
XYZ12.8915.7916-
YUV106.78127.56113.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.06%
GREEN value IS 117 (46.09% from 255) = 37.74%
BLUE value IS 106 (41.80% from 255) = 34.19%
R=28.06%
G=37.74%
B=34.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal871171060.2600.090.5415814.7140
Hex57756A1A09369ef28
Octal12716515232011662361750
Binary1010111111010111010101101001001110110100111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57756A; }

 p { color: rgb(87,117,106); }

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

<style>
 a { background-color: #57756A; }

 a { background-color: rgb(87,117,106); }

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

<style>
 span { border-color: #57756A; }

 span { border-color: rgb(87,117,106); }

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