#57796E

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

Shades of Cutty Sark #57796E

Tints of Cutty Sark #57796E

Color information

#57796E (or 0x57796E) is unknown color: approx Cutty Sark. HEX triplet: 57, 79 and 6E. RGB value is (87,121,110). Sum of RGB (Red+Green+Blue) = 87+121+110=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 121 - color contains mainly: green. Hex color #57796E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57796E is #A88691. Grayscale: #6D6D6D. Windows color (decimal): -11044498 or 7240023. OLE color: 7240023.

HSL color Cylindrical-coordinate representation of color #57796E: hue angle of 160.59º 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 #57796E is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB87121110-
CMYK0.2800.090.53
HSL160.59º16.35%40.78%-
HSV(B)160.59º28.1%47.45%-
XYZ13.5816.8317.28-
YUV109.58128.24111.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.36%
GREEN value IS 121 (47.66% from 255) = 38.05%
BLUE value IS 110 (43.36% from 255) = 34.59%
R=27.36%
G=38.05%
B=34.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal871211100.2800.090.53160.5916.3540.78
Hex57796E1C0935a11029
Octal12717115634011652412051
Binary10101111111001110111011100010011101011010000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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