#57796F

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

Shades of Cutty Sark #57796F

Tints of Cutty Sark #57796F

Color information

#57796F (or 0x57796F) is unknown color: approx Cutty Sark. HEX triplet: 57, 79 and 6F. RGB value is (87,121,111). Sum of RGB (Red+Green+Blue) = 87+121+111=319 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.27% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 121 - color contains mainly: green. Hex color #57796F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57796F is #A88690. Grayscale: #6D6D6D. Windows color (decimal): -11044497 or 7305559. OLE color: 7305559.

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

Color convert

RGB87121111-
CMYK0.2800.080.53
HSL162.35º16.35%40.78%-
HSV(B)162.35º28.1%47.45%-
XYZ13.6416.8517.57-
YUV109.69128.74111.81-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.27%
GREEN value IS 121 (47.66% from 255) = 37.93%
BLUE value IS 111 (43.75% from 255) = 34.80%
R=27.27%
G=37.93%
B=34.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal871211110.2800.080.53162.3516.3540.78
Hex57796F1C0835a21029
Octal12717115734010652422051
Binary10101111111001110111111100010001101011010001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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