Html Css Color HEX #559584 Patina

📋 copy color: '#559584'

red 85 ◦ green 149 ◦ blue 132

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

Shades of Patina #559584

Tints of Patina #559584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.07%

R = 23.22%
G = 40.71%
B = 36.07%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#559584 (or 0x559584) is known color: Patina. HEX triplet: 55, 95 and 84. RGB value is (85,149,132). Sum of RGB (Red+Green+Blue) = 85+149+132=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 149 - color contains mainly: green. Hex color #559584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559584 is #AA6A7B. Grayscale: #7F7F7F. Windows color (decimal): -11168380 or 8688981. OLE color: 8688981.

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

Color convert

RGB 85 149 132 -
CMYK 0.43 0 0.11 0.42
HSL 164.06º 0.27% 0.46% -
HSV(B) 164.06º 0.43% 0.58% -
XYZ 18.66 25.09 25.69 -
YUV 127.93 130.3 97.38 -
System Red Green Blue C M Y K H S L
Decimal 85 149 132 0.43 0 0.11 0.42 164.06 0.27 0.46
Hex 55 95 84 2B 0 B 2A A4 1B 2E
Octal 125 225 204 53 0 13 52 244 33 56
Binary 1010101 10010101 10000100 101011 0 1011 101010 10100100 11011 101110

Color Harmonies of #559584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559584

Black with #559584

Text Example


Text Example

White with #559584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559584; }

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

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

background-color css

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

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

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

border-color css

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

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

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