Html Css Color HEX #559777 Ocean Green

📋 copy color: '#559777'

red 85 ◦ green 151 ◦ blue 119

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

Shades of Ocean Green #559777

Tints of Ocean Green #559777

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.54%

 BLUE value IS 119 (46.88% from 255) = 33.52%

R = 23.94%
G = 42.54%
B = 33.52%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#559777 (or 0x559777) is known color: Ocean Green. HEX triplet: 55, 97 and 77. RGB value is (85,151,119). Sum of RGB (Red+Green+Blue) = 85+151+119=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 151 - color contains mainly: green. Hex color #559777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559777 is #AA6888. Grayscale: #7F7F7F. Windows color (decimal): -11167881 or 7837525. OLE color: 7837525.

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

Color convert

RGB 85 151 119 -
CMYK 0.44 0 0.21 0.41
HSL 150.91º 0.28% 0.46% -
HSV(B) 150.91º 0.44% 0.59% -
XYZ 18.14 25.4 21.4 -
YUV 127.62 123.13 97.6 -
System Red Green Blue C M Y K H S L
Decimal 85 151 119 0.44 0 0.21 0.41 150.91 0.28 0.46
Hex 55 97 77 2C 0 15 29 97 1C 2E
Octal 125 227 167 54 0 25 51 227 34 56
Binary 1010101 10010111 1110111 101100 0 10101 101001 10010111 11100 101110

Color Harmonies of #559777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559777

Black with #559777

Text Example


Text Example

White with #559777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559777; }

 p { color: rgb(85,151,119); }

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

background-color css

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

 a { background-color: rgb(85,151,119); }

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

border-color css

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

 span { border-color: rgb(85,151,119); }

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