#57796B

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

Shades of Cutty Sark #57796B

Tints of Cutty Sark #57796B

Color information

#57796B (or 0x57796B) is unknown color: approx Cutty Sark. HEX triplet: 57, 79 and 6B. RGB value is (87,121,107). Sum of RGB (Red+Green+Blue) = 87+121+107=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 121 - color contains mainly: green. Hex color #57796B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57796B is #A88694. Grayscale: #6D6D6D. Windows color (decimal): -11044501 or 7043415. OLE color: 7043415.

HSL color Cylindrical-coordinate representation of color #57796B: hue angle of 155.29º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #57796B is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB87121107-
CMYK0.2800.120.53
HSL155.29º16.35%40.78%-
HSV(B)155.29º28.1%47.45%-
XYZ13.4216.7616.44-
YUV109.24126.74112.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.62%
GREEN value IS 121 (47.66% from 255) = 38.41%
BLUE value IS 107 (42.19% from 255) = 33.97%
R=27.62%
G=38.41%
B=33.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal871211070.2800.120.53155.2916.3540.78
Hex57796B1C0C359b1029
Octal12717115334014652332051
Binary10101111111001110101111100011001101011001101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57796B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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