#52796A

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

Shades of Cutty Sark #52796A

Tints of Cutty Sark #52796A

Color information

#52796A (or 0x52796A) is unknown color: approx Cutty Sark. HEX triplet: 52, 79 and 6A. RGB value is (82,121,106). Sum of RGB (Red+Green+Blue) = 82+121+106=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 121 - color contains mainly: green. Hex color #52796A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52796A is #AD8695. Grayscale: #6B6B6B. Windows color (decimal): -11372182 or 6977874. OLE color: 6977874.

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

Color convert

RGB82121106-
CMYK0.3200.120.53
HSL156.92º19.21%39.8%-
HSV(B)156.92º32.23%47.45%-
XYZ12.9216.5116.14-
YUV107.63127.08109.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.54%
GREEN value IS 121 (47.66% from 255) = 39.16%
BLUE value IS 106 (41.80% from 255) = 34.30%
R=26.54%
G=39.16%
B=34.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal821211060.3200.120.53156.9219.2139.8
Hex52796A200C359d1328
Octal12217115240014652352350
Binary101001011110011101010100000011001101011001110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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