#509069

Color #509069 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #509069

Tints of Ocean Green #509069

Color information

#509069 (or 0x509069) is unknown color: approx Ocean Green. HEX triplet: 50, 90 and 69. RGB value is (80,144,105). Sum of RGB (Red+Green+Blue) = 80+144+105=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 144 - color contains mainly: green. Hex color #509069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509069 is #AF6F96. Grayscale: #787878. Windows color (decimal): -11497367 or 6918224. OLE color: 6918224.

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

Color convert

RGB80144105-
CMYK0.4400.270.44
HSL143.44º28.57%43.92%-
HSV(B)143.44º44.44%56.47%-
XYZ15.8322.6716.91-
YUV120.42119.399.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.32%
GREEN value IS 144 (56.64% from 255) = 43.77%
BLUE value IS 105 (41.41% from 255) = 31.91%
R=24.32%
G=43.77%
B=31.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801441050.4400.270.44143.4428.5743.92
Hex5090692C01B2C8f1d2c
Octal12022015154033542173554
Binary10100001001000011010011011000110111011001000111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509069; }

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

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

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

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

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

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

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

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