Html Css Color HEX #559381 Patina

📋 copy color: '#559381'

red 85 ◦ green 147 ◦ blue 129

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

Shades of Patina #559381

Tints of Patina #559381

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.72%

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

R = 23.55%
G = 40.72%
B = 35.73%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#559381 (or 0x559381) is known color: Patina. HEX triplet: 55, 93 and 81. RGB value is (85,147,129). Sum of RGB (Red+Green+Blue) = 85+147+129=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 147 - color contains mainly: green. Hex color #559381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559381 is #AA6C7E. Grayscale: #7E7E7E. Windows color (decimal): -11168895 or 8491861. OLE color: 8491861.

HSL color Cylindrical-coordinate representation of color #559381: hue angle of 162.58º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #559381 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 147 129 -
CMYK 0.42 0 0.12 0.42
HSL 162.58º 0.27% 0.45% -
HSV(B) 162.58º 0.42% 0.58% -
XYZ 18.14 24.38 24.52 -
YUV 126.41 129.46 98.46 -
System Red Green Blue C M Y K H S L
Decimal 85 147 129 0.42 0 0.12 0.42 162.58 0.27 0.45
Hex 55 93 81 2A 0 C 2A A3 1B 2D
Octal 125 223 201 52 0 14 52 243 33 55
Binary 1010101 10010011 10000001 101010 0 1100 101010 10100011 11011 101101

Color Harmonies of #559381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559381

Black with #559381

Text Example


Text Example

White with #559381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559381; }

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

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

background-color css

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

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

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

border-color css

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

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

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