#52806E

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

Shades of Cutty Sark #52806E

Tints of Cutty Sark #52806E

Color information

#52806E (or 0x52806E) is unknown color: approx Cutty Sark. HEX triplet: 52, 80 and 6E. RGB value is (82,128,110). Sum of RGB (Red+Green+Blue) = 82+128+110=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 128 - color contains mainly: green. Hex color #52806E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52806E is #AD7F91. Grayscale: #707070. Windows color (decimal): -11370386 or 7241810. OLE color: 7241810.

HSL color Cylindrical-coordinate representation of color #52806E: hue angle of 156.52º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #52806E is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB82128110-
CMYK0.3600.140.50
HSL156.52º21.9%41.18%-
HSV(B)156.52º35.94%50.2%-
XYZ14.0118.3617.56-
YUV112.19126.76106.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.62%
GREEN value IS 128 (50.39% from 255) = 40%
BLUE value IS 110 (43.36% from 255) = 34.38%
R=25.62%
G=40%
B=34.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal821281100.3600.140.50156.5221.941.18
Hex52806E240E329d1629
Octal12220015644016622352651
Binary1010010100000001101110100100011101100101001110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,128,110); }

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

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

 a { background-color: rgb(82,128,110); }

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

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

 span { border-color: rgb(82,128,110); }

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