Html Css Color HEX #509574 Ocean Green

📋 copy color: '#509574'

red 80 ◦ green 149 ◦ blue 116

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

Shades of Ocean Green #509574

Tints of Ocean Green #509574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.62%

R = 23.19%
G = 43.19%
B = 33.62%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#509574 (or 0x509574) is known color: Ocean Green. HEX triplet: 50, 95 and 74. RGB value is (80,149,116). Sum of RGB (Red+Green+Blue) = 80+149+116=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 149 - color contains mainly: green. Hex color #509574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509574 is #AF6A8B. Grayscale: #7C7C7C. Windows color (decimal): -11496076 or 7640400. OLE color: 7640400.

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

Color convert

RGB 80 149 116 -
CMYK 0.46 0 0.22 0.42
HSL 151.3º 0.3% 0.45% -
HSV(B) 151.3º 0.46% 0.58% -
XYZ 17.21 24.46 20.34 -
YUV 124.61 123.14 96.18 -
System Red Green Blue C M Y K H S L
Decimal 80 149 116 0.46 0 0.22 0.42 151.3 0.3 0.45
Hex 50 95 74 2E 0 16 2A 97 1E 2D
Octal 120 225 164 56 0 26 52 227 36 55
Binary 1010000 10010101 1110100 101110 0 10110 101010 10010111 11110 101101

Color Harmonies of #509574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509574

Black with #509574

Text Example


Text Example

White with #509574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509574; }

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

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

background-color css

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

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

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

border-color css

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

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

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