#509076

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

Shades of Cutty Sark #509076

Tints of Cutty Sark #509076

Color information

#509076 (or 0x509076) is unknown color: approx Cutty Sark. HEX triplet: 50, 90 and 76. RGB value is (80,144,118). Sum of RGB (Red+Green+Blue) = 80+144+118=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 144 - color contains mainly: green. Hex color #509076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509076 is #AF6F89. Grayscale: #797979. Windows color (decimal): -11497354 or 7770192. OLE color: 7770192.

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

Color convert

RGB80144118-
CMYK0.4400.180.44
HSL155.62º28.57%43.92%-
HSV(B)155.62º44.44%56.47%-
XYZ16.5522.9620.7-
YUV121.9125.898.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.39%
GREEN value IS 144 (56.64% from 255) = 42.11%
BLUE value IS 118 (46.48% from 255) = 34.50%
R=23.39%
G=42.11%
B=34.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801441180.4400.180.44155.6228.5743.92
Hex5090762C0122C9c1d2c
Octal12022016654022542343554
Binary10100001001000011101101011000100101011001001110011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509076; }

 p { color: rgb(80,144,118); }

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

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

 a { background-color: rgb(80,144,118); }

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

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

 span { border-color: rgb(80,144,118); }

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