#509569

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

Shades of Ocean Green #509569

Tints of Ocean Green #509569

Color information

#509569 (or 0x509569) is unknown color: approx Ocean Green. HEX triplet: 50, 95 and 69. RGB value is (80,149,105). Sum of RGB (Red+Green+Blue) = 80+149+105=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 149 - color contains mainly: green. Hex color #509569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509569 is #AF6A96. Grayscale: #7B7B7B. Windows color (decimal): -11496087 or 6919504. OLE color: 6919504.

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

Color convert

RGB80149105-
CMYK0.4600.300.42
HSL141.74º30.13%44.9%-
HSV(B)141.74º46.31%58.43%-
XYZ16.6124.2217.16-
YUV123.35117.6497.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.95%
GREEN value IS 149 (58.59% from 255) = 44.61%
BLUE value IS 105 (41.41% from 255) = 31.44%
R=23.95%
G=44.61%
B=31.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801491050.4600.300.42141.7430.1344.9
Hex5095692E01E2A8e1e2d
Octal12022515156036522163655
Binary10100001001010111010011011100111101010101000111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509569; }

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

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

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

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

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

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

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

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