Html Css Color HEX #559877 Ocean Green

📋 copy color: '#559877'

red 85 ◦ green 152 ◦ blue 119

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

Shades of Ocean Green #559877

Tints of Ocean Green #559877

RGB

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

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

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

R = 23.88%
G = 42.7%
B = 33.43%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#559877 (or 0x559877) is known color: Ocean Green. HEX triplet: 55, 98 and 77. RGB value is (85,152,119). Sum of RGB (Red+Green+Blue) = 85+152+119=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 152 - color contains mainly: green. Hex color #559877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559877 is #AA6788. Grayscale: #808080. Windows color (decimal): -11167625 or 7837781. OLE color: 7837781.

HSL color Cylindrical-coordinate representation of color #559877: hue angle of 150.45º 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 #559877 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 152 119 -
CMYK 0.44 0 0.22 0.40
HSL 150.45º 0.28% 0.46% -
HSV(B) 150.45º 0.44% 0.6% -
XYZ 18.3 25.72 21.45 -
YUV 128.21 122.8 97.18 -
System Red Green Blue C M Y K H S L
Decimal 85 152 119 0.44 0 0.22 0.40 150.45 0.28 0.46
Hex 55 98 77 2C 0 16 28 96 1C 2E
Octal 125 230 167 54 0 26 50 226 34 56
Binary 1010101 10011000 1110111 101100 0 10110 101000 10010110 11100 101110

Color Harmonies of #559877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559877

Black with #559877

Text Example


Text Example

White with #559877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559877; }

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

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

background-color css

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

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

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

border-color css

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

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

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