Html Css Color HEX #559573 Ocean Green

📋 copy color: '#559573'

red 85 ◦ green 149 ◦ blue 115

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

Shades of Ocean Green #559573

Tints of Ocean Green #559573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.95%

R = 24.36%
G = 42.69%
B = 32.95%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#559573 (or 0x559573) is known color: Ocean Green. HEX triplet: 55, 95 and 73. RGB value is (85,149,115). Sum of RGB (Red+Green+Blue) = 85+149+115=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 149 - color contains mainly: green. Hex color #559573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559573 is #AA6A8C. Grayscale: #7E7E7E. Windows color (decimal): -11168397 or 7574869. OLE color: 7574869.

HSL color Cylindrical-coordinate representation of color #559573: hue angle of 148.12º 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 #559573 is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 149 115 -
CMYK 0.43 0 0.23 0.42
HSL 148.13º 0.27% 0.46% -
HSV(B) 148.13º 0.43% 0.58% -
XYZ 17.59 24.66 20.05 -
YUV 125.99 121.8 98.76 -
System Red Green Blue C M Y K H S L
Decimal 85 149 115 0.43 0 0.23 0.42 148.13 0.27 0.46
Hex 55 95 73 2B 0 17 2A 94 1B 2E
Octal 125 225 163 53 0 27 52 224 33 56
Binary 1010101 10010101 1110011 101011 0 10111 101010 10010100 11011 101110

Color Harmonies of #559573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559573

Black with #559573

Text Example


Text Example

White with #559573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559573; }

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

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

background-color css

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

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

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

border-color css

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

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

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