#52906E

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

Shades of Cutty Sark #52906E

Tints of Cutty Sark #52906E

Color information

#52906E (or 0x52906E) is unknown color: approx Cutty Sark. HEX triplet: 52, 90 and 6E. RGB value is (82,144,110). Sum of RGB (Red+Green+Blue) = 82+144+110=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 144 - color contains mainly: green. Hex color #52906E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52906E is #AD6F91. Grayscale: #797979. Windows color (decimal): -11366290 or 7245906. OLE color: 7245906.

HSL color Cylindrical-coordinate representation of color #52906E: hue angle of 147.1º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52906E is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB82144110-
CMYK0.4300.240.44
HSL147.1º27.43%44.31%-
HSV(B)147.1º43.06%56.47%-
XYZ16.2722.8718.31-
YUV121.59121.4699.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.40%
GREEN value IS 144 (56.64% from 255) = 42.86%
BLUE value IS 110 (43.36% from 255) = 32.74%
R=24.40%
G=42.86%
B=32.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821441100.4300.240.44147.127.4344.31
Hex52906E2B0182C931b2c
Octal12222015653030542233354
Binary10100101001000011011101010110110001011001001001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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