Html Css Color HEX #559871 Ocean Green

📋 copy color: '#559871'

red 85 ◦ green 152 ◦ blue 113

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

Shades of Ocean Green #559871

Tints of Ocean Green #559871

RGB

 RED value IS 85 (33.59% from 255) = 24.29%

 GREEN value IS 152 (59.77% from 255) = 43.43%

 BLUE value IS 113 (44.53% from 255) = 32.29%

R = 24.29%
G = 43.43%
B = 32.29%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#559871 (or 0x559871) is known color: Ocean Green. HEX triplet: 55, 98 and 71. RGB value is (85,152,113). Sum of RGB (Red+Green+Blue) = 85+152+113=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 152 (59.77% from 255 or 43.43% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 152 - color contains mainly: green. Hex color #559871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559871 is #AA678E. Grayscale: #7F7F7F. Windows color (decimal): -11167631 or 7444565. OLE color: 7444565.

HSL color Cylindrical-coordinate representation of color #559871: hue angle of 145.07º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559871 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 152 113 -
CMYK 0.44 0 0.26 0.40
HSL 145.07º 0.28% 0.46% -
HSV(B) 145.07º 0.44% 0.6% -
XYZ 17.96 25.58 19.61 -
YUV 127.52 119.8 97.67 -
System Red Green Blue C M Y K H S L
Decimal 85 152 113 0.44 0 0.26 0.40 145.07 0.28 0.46
Hex 55 98 71 2C 0 1A 28 91 1C 2E
Octal 125 230 161 54 0 32 50 221 34 56
Binary 1010101 10011000 1110001 101100 0 11010 101000 10010001 11100 101110

Color Harmonies of #559871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559871

Black with #559871

Text Example


Text Example

White with #559871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559871; }

 p { color: rgb(85,152,113); }

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

background-color css

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

 a { background-color: rgb(85,152,113); }

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

border-color css

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

 span { border-color: rgb(85,152,113); }

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