#53796A

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

Shades of Cutty Sark #53796A

Tints of Cutty Sark #53796A

Color information

#53796A (or 0x53796A) is unknown color: approx Cutty Sark. HEX triplet: 53, 79 and 6A. RGB value is (83,121,106). Sum of RGB (Red+Green+Blue) = 83+121+106=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 121 - color contains mainly: green. Hex color #53796A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53796A is #AC8695. Grayscale: #6B6B6B. Windows color (decimal): -11306646 or 6977875. OLE color: 6977875.

HSL color Cylindrical-coordinate representation of color #53796A: hue angle of 156.32º 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 #53796A is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB83121106-
CMYK0.3100.120.53
HSL156.32º18.63%40%-
HSV(B)156.32º31.4%47.45%-
XYZ13.0116.5516.15-
YUV107.93126.91110.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.77%
GREEN value IS 121 (47.66% from 255) = 39.03%
BLUE value IS 106 (41.80% from 255) = 34.19%
R=26.77%
G=39.03%
B=34.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831211060.3100.120.53156.3218.6340
Hex53796A1F0C359c1328
Octal12317115237014652342350
Binary10100111111001110101011111011001101011001110010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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