#52906F

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

Shades of Cutty Sark #52906F

Tints of Cutty Sark #52906F

Color information

#52906F (or 0x52906F) is unknown color: approx Cutty Sark. HEX triplet: 52, 90 and 6F. RGB value is (82,144,111). Sum of RGB (Red+Green+Blue) = 82+144+111=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 144 - color contains mainly: green. Hex color #52906F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52906F is #AD6F90. Grayscale: #797979. Windows color (decimal): -11366289 or 7311442. OLE color: 7311442.

HSL color Cylindrical-coordinate representation of color #52906F: hue angle of 148.06º 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 #52906F is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB82144111-
CMYK0.4300.230.44
HSL148.06º27.43%44.31%-
HSV(B)148.06º43.06%56.47%-
XYZ16.3222.8918.6-
YUV121.7121.9699.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.33%
GREEN value IS 144 (56.64% from 255) = 42.73%
BLUE value IS 111 (43.75% from 255) = 32.94%
R=24.33%
G=42.73%
B=32.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821441110.4300.230.44148.0627.4344.31
Hex52906F2B0172C941b2c
Octal12222015753027542243354
Binary10100101001000011011111010110101111011001001010011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52906F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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