Html Css Color HEX #559F81 Patina

📋 copy color: '#559F81'

red 85 ◦ green 159 ◦ blue 129

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

Shades of Patina #559F81

Tints of Patina #559F81

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.63%

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

R = 22.79%
G = 42.63%
B = 34.58%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#559F81 (or 0x559F81) is known color: Patina. HEX triplet: 55, 9F and 81. RGB value is (85,159,129). Sum of RGB (Red+Green+Blue) = 85+159+129=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 159 - color contains mainly: green. Hex color #559F81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559F81 is #AA607E. Grayscale: #858585. Windows color (decimal): -11165823 or 8494933. OLE color: 8494933.

HSL color Cylindrical-coordinate representation of color #559F81: hue angle of 155.68º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #559F81 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 159 129 -
CMYK 0.47 0 0.19 0.38
HSL 155.68º 0.3% 0.48% -
HSV(B) 155.68º 0.47% 0.62% -
XYZ 20.11 28.31 25.17 -
YUV 133.45 125.48 93.44 -
System Red Green Blue C M Y K H S L
Decimal 85 159 129 0.47 0 0.19 0.38 155.68 0.3 0.48
Hex 55 9F 81 2F 0 13 26 9C 1E 30
Octal 125 237 201 57 0 23 46 234 36 60
Binary 1010101 10011111 10000001 101111 0 10011 100110 10011100 11110 110000

Color Harmonies of #559F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559F81

Black with #559F81

Text Example


Text Example

White with #559F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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