#509571

Color #509571 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #509571

Tints of Ocean Green #509571

Color information

#509571 (or 0x509571) is unknown color: approx Ocean Green. HEX triplet: 50, 95 and 71. RGB value is (80,149,113). Sum of RGB (Red+Green+Blue) = 80+149+113=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 149 - color contains mainly: green. Hex color #509571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509571 is #AF6A8E. Grayscale: #7C7C7C. Windows color (decimal): -11496079 or 7443792. OLE color: 7443792.

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

Color convert

RGB80149113-
CMYK0.4600.240.42
HSL148.7º30.13%44.9%-
HSV(B)148.7º46.31%58.43%-
XYZ17.0424.3919.43-
YUV124.26121.6496.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.39%
GREEN value IS 149 (58.59% from 255) = 43.57%
BLUE value IS 113 (44.53% from 255) = 33.04%
R=23.39%
G=43.57%
B=33.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801491130.4600.240.42148.730.1344.9
Hex5095712E0182A951e2d
Octal12022516156030522253655
Binary10100001001010111100011011100110001010101001010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509571; }

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

 H1.HeaderClassName
 {
   color: #509571;
 }
 .AnyTagClassName
 {
   color: #509571;
 }
</style>
background-color css

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

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

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

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

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

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