Html Css Color HEX #509779 Ocean Green

📋 copy color: '#509779'

red 80 ◦ green 151 ◦ blue 121

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

Shades of Ocean Green #509779

Tints of Ocean Green #509779

RGB

 RED value IS 80 (31.64% from 255) = 22.73%

 GREEN value IS 151 (59.38% from 255) = 42.9%

 BLUE value IS 121 (47.66% from 255) = 34.38%

R = 22.73%
G = 42.9%
B = 34.38%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#509779 (or 0x509779) is known color: Ocean Green. HEX triplet: 50, 97 and 79. RGB value is (80,151,121). Sum of RGB (Red+Green+Blue) = 80+151+121=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 151 (59.38% from 255 or 42.90% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 151 - color contains mainly: green. Hex color #509779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509779 is #AF6886. Grayscale: #7E7E7E. Windows color (decimal): -11495559 or 7968592. OLE color: 7968592.

HSL color Cylindrical-coordinate representation of color #509779: hue angle of 154.65º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509779 is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 151 121 -
CMYK 0.47 0 0.20 0.41
HSL 154.65º 0.31% 0.45% -
HSV(B) 154.65º 0.47% 0.59% -
XYZ 17.83 25.22 22.02 -
YUV 126.35 124.98 94.94 -
System Red Green Blue C M Y K H S L
Decimal 80 151 121 0.47 0 0.20 0.41 154.65 0.31 0.45
Hex 50 97 79 2F 0 14 29 9B 1F 2D
Octal 120 227 171 57 0 24 51 233 37 55
Binary 1010000 10010111 1111001 101111 0 10100 101001 10011011 11111 101101

Color Harmonies of #509779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509779

Black with #509779

Text Example


Text Example

White with #509779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509779; }

 p { color: rgb(80,151,121); }

 H1.HeaderClassName
 {
   color: #509779;
 }
 .AnyTagClassName
 {
   color: #509779;
 }
</style>

background-color css

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

 a { background-color: rgb(80,151,121); }

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

border-color css

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

 span { border-color: rgb(80,151,121); }

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