Html Css Color HEX #559280 Patina

📋 copy color: '#559280'

red 85 ◦ green 146 ◦ blue 128

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

Shades of Patina #559280

Tints of Patina #559280

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.67%

 BLUE value IS 128 (50.39% from 255) = 35.65%

R = 23.68%
G = 40.67%
B = 35.65%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#559280 (or 0x559280) is known color: Patina. HEX triplet: 55, 92 and 80. RGB value is (85,146,128). Sum of RGB (Red+Green+Blue) = 85+146+128=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 146 - color contains mainly: green. Hex color #559280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559280 is #AA6D7F. Grayscale: #7D7D7D. Windows color (decimal): -11169152 or 8426069. OLE color: 8426069.

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

Color convert

RGB 85 146 128 -
CMYK 0.42 0 0.12 0.43
HSL 162.3º 0.26% 0.45% -
HSV(B) 162.3º 0.42% 0.57% -
XYZ 17.92 24.05 24.12 -
YUV 125.71 129.29 98.96 -
System Red Green Blue C M Y K H S L
Decimal 85 146 128 0.42 0 0.12 0.43 162.3 0.26 0.45
Hex 55 92 80 2A 0 C 2B A2 1A 2D
Octal 125 222 200 52 0 14 53 242 32 55
Binary 1010101 10010010 10000000 101010 0 1100 101011 10100010 11010 101101

Color Harmonies of #559280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559280

Black with #559280

Text Example


Text Example

White with #559280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559280; }

 p { color: rgb(85,146,128); }

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

background-color css

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

 a { background-color: rgb(85,146,128); }

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

border-color css

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

 span { border-color: rgb(85,146,128); }

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