#559169

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

Shades of Ocean Green #559169

Tints of Ocean Green #559169

Color information

#559169 (or 0x559169) is unknown color: approx Ocean Green. HEX triplet: 55, 91 and 69. RGB value is (85,145,105). Sum of RGB (Red+Green+Blue) = 85+145+105=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 145 - color contains mainly: green. Hex color #559169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559169 is #AA6E96. Grayscale: #7A7A7A. Windows color (decimal): -11169431 or 6918485. OLE color: 6918485.

HSL color Cylindrical-coordinate representation of color #559169: hue angle of 140º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #559169 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB85145105-
CMYK0.4100.280.43
HSL140º26.09%45.1%-
HSV(B)140º41.38%56.86%-
XYZ16.4223.216.98-
YUV122.5118.12101.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.37%
GREEN value IS 145 (57.03% from 255) = 43.28%
BLUE value IS 105 (41.41% from 255) = 31.34%
R=25.37%
G=43.28%
B=31.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851451050.4100.280.4314026.0945.1
Hex5591692901C2B8c1a2d
Octal12522115151034532143255
Binary10101011001000111010011010010111001010111000110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559169; }

 p { color: rgb(85,145,105); }

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

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

 a { background-color: rgb(85,145,105); }

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

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

 span { border-color: rgb(85,145,105); }

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