Html Css Color HEX #509069 Ocean Green

📋 copy color: '#509069'

red 80 ◦ green 144 ◦ blue 105

#509069
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #509069

Tints of Ocean Green #509069

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 value IS 0.44

 M value IS 0

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#509069 (or 0x509069) is known color: 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

RGB 80 144 105 -
CMYK 0.44 0 0.27 0.44
HSL 143.44º 0.29% 0.44% -
HSV(B) 143.44º 0.44% 0.56% -
XYZ 15.83 22.67 16.91 -
YUV 120.42 119.3 99.17 -
System Red Green Blue C M Y K H S L
Decimal 80 144 105 0.44 0 0.27 0.44 143.44 0.29 0.44
Hex 50 90 69 2C 0 1B 2C 8F 1D 2C
Octal 120 220 151 54 0 33 54 217 35 54
Binary 1010000 10010000 1101001 101100 0 11011 101100 10001111 11101 101100

Color Harmonies of #509069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509069

Black with #509069

Text Example


Text Example

White with #509069

Text Example


Text Example

HTML Codes & Css Web 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>