#57756B

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

Shades of Cutty Sark #57756B

Tints of Cutty Sark #57756B

Color information

#57756B (or 0x57756B) is unknown color: approx Cutty Sark. HEX triplet: 57, 75 and 6B. RGB value is (87,117,107). Sum of RGB (Red+Green+Blue) = 87+117+107=311 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.97% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 117 - color contains mainly: green. Hex color #57756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57756B is #A88A94. Grayscale: #6A6A6A. Windows color (decimal): -11045525 or 7042391. OLE color: 7042391.

HSL color Cylindrical-coordinate representation of color #57756B: hue angle of 160º 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 #57756B is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB87117107-
CMYK0.2600.090.54
HSL160º14.71%40%-
HSV(B)160º25.64%45.88%-
XYZ12.9515.8116.28-
YUV106.89128.06113.81-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.97%
GREEN value IS 117 (46.09% from 255) = 37.62%
BLUE value IS 107 (42.19% from 255) = 34.41%
R=27.97%
G=37.62%
B=34.41%

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
Decimal871171070.2600.090.5416014.7140
Hex57756B1A0936a0f28
Octal12716515332011662401750
Binary1010111111010111010111101001001110110101000001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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