Html Css Color HEX #559B89 Patina

📋 copy color: '#559B89'

red 85 ◦ green 155 ◦ blue 137

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

Shades of Patina #559B89

Tints of Patina #559B89

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.11%

 BLUE value IS 137 (53.91% from 255) = 36.34%

R = 22.55%
G = 41.11%
B = 36.34%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#559B89 (or 0x559B89) is known color: Patina. HEX triplet: 55, 9B and 89. RGB value is (85,155,137). Sum of RGB (Red+Green+Blue) = 85+155+137=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 155 - color contains mainly: green. Hex color #559B89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559B89 is #AA6476. Grayscale: #848484. Windows color (decimal): -11166839 or 9018197. OLE color: 9018197.

HSL color Cylindrical-coordinate representation of color #559B89: hue angle of 164.57º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #559B89 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 155 137 -
CMYK 0.45 0 0.12 0.39
HSL 164.57º 0.29% 0.47% -
HSV(B) 164.57º 0.45% 0.61% -
XYZ 19.98 27.18 27.86 -
YUV 132.02 130.81 94.46 -
System Red Green Blue C M Y K H S L
Decimal 85 155 137 0.45 0 0.12 0.39 164.57 0.29 0.47
Hex 55 9B 89 2D 0 C 27 A5 1D 2F
Octal 125 233 211 55 0 14 47 245 35 57
Binary 1010101 10011011 10001001 101101 0 1100 100111 10100101 11101 101111

Color Harmonies of #559B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559B89

Black with #559B89

Text Example


Text Example

White with #559B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559B89; }

 p { color: rgb(85,155,137); }

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

background-color css

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

 a { background-color: rgb(85,155,137); }

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

border-color css

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

 span { border-color: rgb(85,155,137); }

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