Html Css Color HEX #509570 Ocean Green

📋 copy color: '#509570'

red 80 ◦ green 149 ◦ blue 112

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

Shades of Ocean Green #509570

Tints of Ocean Green #509570

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.7%

 BLUE value IS 112 (44.14% from 255) = 32.84%

R = 23.46%
G = 43.7%
B = 32.84%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#509570 (or 0x509570) is known color: Ocean Green. HEX triplet: 50, 95 and 70. RGB value is (80,149,112). Sum of RGB (Red+Green+Blue) = 80+149+112=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 149 - color contains mainly: green. Hex color #509570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509570 is #AF6A8F. Grayscale: #7C7C7C. Windows color (decimal): -11496080 or 7378256. OLE color: 7378256.

HSL color Cylindrical-coordinate representation of color #509570: hue angle of 147.83º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #509570 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 149 112 -
CMYK 0.46 0 0.25 0.42
HSL 147.83º 0.3% 0.45% -
HSV(B) 147.83º 0.46% 0.58% -
XYZ 16.98 24.37 19.14 -
YUV 124.15 121.14 96.51 -
System Red Green Blue C M Y K H S L
Decimal 80 149 112 0.46 0 0.25 0.42 147.83 0.3 0.45
Hex 50 95 70 2E 0 19 2A 94 1E 2D
Octal 120 225 160 56 0 31 52 224 36 55
Binary 1010000 10010101 1110000 101110 0 11001 101010 10010100 11110 101101

Color Harmonies of #509570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509570

Black with #509570

Text Example


Text Example

White with #509570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509570; }

 p { color: rgb(80,149,112); }

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

background-color css

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

 a { background-color: rgb(80,149,112); }

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

border-color css

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

 span { border-color: rgb(80,149,112); }

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