#53796C

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

Shades of Cutty Sark #53796C

Tints of Cutty Sark #53796C

Color information

#53796C (or 0x53796C) is unknown color: approx Cutty Sark. HEX triplet: 53, 79 and 6C. RGB value is (83,121,108). Sum of RGB (Red+Green+Blue) = 83+121+108=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 121 - color contains mainly: green. Hex color #53796C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53796C is #AC8693. Grayscale: #6C6C6C. Windows color (decimal): -11306644 or 7108947. OLE color: 7108947.

HSL color Cylindrical-coordinate representation of color #53796C: hue angle of 159.47º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #53796C is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB83121108-
CMYK0.3100.110.53
HSL159.47º18.63%40%-
HSV(B)159.47º31.4%47.45%-
XYZ13.1116.616.7-
YUV108.16127.91110.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.60%
GREEN value IS 121 (47.66% from 255) = 38.78%
BLUE value IS 108 (42.58% from 255) = 34.62%
R=26.60%
G=38.78%
B=34.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831211080.3100.110.53159.4718.6340
Hex53796C1F0B359f1328
Octal12317115437013652372350
Binary10100111111001110110011111010111101011001111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53796C; }

 p { color: rgb(83,121,108); }

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

<style>
 a { background-color: #53796C; }

 a { background-color: rgb(83,121,108); }

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

<style>
 span { border-color: #53796C; }

 span { border-color: rgb(83,121,108); }

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