Html Css Color HEX #559574 Ocean Green

📋 copy color: '#559574'

red 85 ◦ green 149 ◦ blue 116

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

Shades of Ocean Green #559574

Tints of Ocean Green #559574

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.57%

 BLUE value IS 116 (45.7% from 255) = 33.14%

R = 24.29%
G = 42.57%
B = 33.14%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#559574 (or 0x559574) is known color: Ocean Green. HEX triplet: 55, 95 and 74. RGB value is (85,149,116). Sum of RGB (Red+Green+Blue) = 85+149+116=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #559574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559574 is #AA6A8B. Grayscale: #7E7E7E. Windows color (decimal): -11168396 or 7640405. OLE color: 7640405.

HSL color Cylindrical-coordinate representation of color #559574: hue angle of 149.06º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559574 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 149 116 -
CMYK 0.43 0 0.22 0.42
HSL 149.06º 0.27% 0.46% -
HSV(B) 149.06º 0.43% 0.58% -
XYZ 17.65 24.69 20.36 -
YUV 126.1 122.3 98.68 -
System Red Green Blue C M Y K H S L
Decimal 85 149 116 0.43 0 0.22 0.42 149.06 0.27 0.46
Hex 55 95 74 2B 0 16 2A 95 1B 2E
Octal 125 225 164 53 0 26 52 225 33 56
Binary 1010101 10010101 1110100 101011 0 10110 101010 10010101 11011 101110

Color Harmonies of #559574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559574

Black with #559574

Text Example


Text Example

White with #559574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559574; }

 p { color: rgb(85,149,116); }

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

background-color css

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

 a { background-color: rgb(85,149,116); }

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

border-color css

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

 span { border-color: rgb(85,149,116); }

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