#559282

Color #559282 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #559282

Tints of Patina #559282

Color information

#559282 (or 0x559282) is unknown color: approx Patina. HEX triplet: 55, 92 and 82. RGB value is (85,146,130). Sum of RGB (Red+Green+Blue) = 85+146+130=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #559282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559282 is #AA6D7D. Grayscale: #7D7D7D. Windows color (decimal): -11169150 or 8557141. OLE color: 8557141.

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

Color convert

RGB85146130-
CMYK0.4200.110.43
HSL164.26º26.41%45.29%-
HSV(B)164.26º41.78%57.25%-
XYZ18.0524.124.82-
YUV125.94130.2998.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.55%
GREEN value IS 146 (57.42% from 255) = 40.44%
BLUE value IS 130 (51.17% from 255) = 36.01%
R=23.55%
G=40.44%
B=36.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851461300.4200.110.43164.2626.4145.29
Hex5592822A0B2Ba41a2d
Octal12522220252013532443255
Binary10101011001001010000010101010010111010111010010011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559282; }

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

 H1.HeaderClassName
 {
   color: #559282;
 }
 .AnyTagClassName
 {
   color: #559282;
 }
</style>
background-color css

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

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

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

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

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

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