Html Css Color HEX #559581 Patina

📋 copy color: '#559581'

red 85 ◦ green 149 ◦ blue 129

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

Shades of Patina #559581

Tints of Patina #559581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.54%

R = 23.42%
G = 41.05%
B = 35.54%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#559581 (or 0x559581) is known color: Patina. HEX triplet: 55, 95 and 81. RGB value is (85,149,129). Sum of RGB (Red+Green+Blue) = 85+149+129=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 149 - color contains mainly: green. Hex color #559581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559581 is #AA6A7E. Grayscale: #7F7F7F. Windows color (decimal): -11168383 or 8492373. OLE color: 8492373.

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

Color convert

RGB 85 149 129 -
CMYK 0.43 0 0.13 0.42
HSL 161.25º 0.27% 0.46% -
HSV(B) 161.25º 0.43% 0.58% -
XYZ 18.46 25.01 24.62 -
YUV 127.58 128.8 97.63 -
System Red Green Blue C M Y K H S L
Decimal 85 149 129 0.43 0 0.13 0.42 161.25 0.27 0.46
Hex 55 95 81 2B 0 D 2A A1 1B 2E
Octal 125 225 201 53 0 15 52 241 33 56
Binary 1010101 10010101 10000001 101011 0 1101 101010 10100001 11011 101110

Color Harmonies of #559581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559581

Black with #559581

Text Example


Text Example

White with #559581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559581; }

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

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

background-color css

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

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

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

border-color css

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

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

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