Html Css Color HEX #509573 Ocean Green

📋 copy color: '#509573'

red 80 ◦ green 149 ◦ blue 115

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

Shades of Ocean Green #509573

Tints of Ocean Green #509573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.43%

R = 23.26%
G = 43.31%
B = 33.43%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#509573 (or 0x509573) is known color: Ocean Green. HEX triplet: 50, 95 and 73. RGB value is (80,149,115). Sum of RGB (Red+Green+Blue) = 80+149+115=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 149 - color contains mainly: green. Hex color #509573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509573 is #AF6A8C. Grayscale: #7C7C7C. Windows color (decimal): -11496077 or 7574864. OLE color: 7574864.

HSL color Cylindrical-coordinate representation of color #509573: hue angle of 150.43º 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 #509573 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 149 115 -
CMYK 0.46 0 0.23 0.42
HSL 150.43º 0.3% 0.45% -
HSV(B) 150.43º 0.46% 0.58% -
XYZ 17.15 24.44 20.03 -
YUV 124.49 122.64 96.26 -
System Red Green Blue C M Y K H S L
Decimal 80 149 115 0.46 0 0.23 0.42 150.43 0.3 0.45
Hex 50 95 73 2E 0 17 2A 96 1E 2D
Octal 120 225 163 56 0 27 52 226 36 55
Binary 1010000 10010101 1110011 101110 0 10111 101010 10010110 11110 101101

Color Harmonies of #509573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509573

Black with #509573

Text Example


Text Example

White with #509573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509573; }

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

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

background-color css

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

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

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

border-color css

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

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

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