#85A293

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

Shades of Padua #85A293

Tints of Padua #85A293

Color information

#85A293 (or 0x85A293) is unknown color: approx Padua. HEX triplet: 85, A2 and 93. RGB value is (133,162,147). Sum of RGB (Red+Green+Blue) = 133+162+147=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 162 - color contains mainly: green. Hex color #85A293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A293 is #7A5D6C. Grayscale: #979797. Windows color (decimal): -8019309 or 9675397. OLE color: 9675397.

HSL color Cylindrical-coordinate representation of color #85A293: hue angle of 148.97º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #85A293 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB133162147-
CMYK0.1800.090.36
HSL148.97º13.49%57.84%-
HSV(B)148.97º17.9%63.53%-
XYZ27.8632.9332.49-
YUV151.62125.39114.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.09%
GREEN value IS 162 (63.67% from 255) = 36.65%
BLUE value IS 147 (57.81% from 255) = 33.26%
R=30.09%
G=36.65%
B=33.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1331621470.1800.090.36148.9713.4957.84
Hex85A29312092495d3a
Octal20524222322011442251572
Binary1000010110100010100100111001001001100100100101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85A293; }

 p { color: rgb(133,162,147); }

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

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

 a { background-color: rgb(133,162,147); }

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

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

 span { border-color: rgb(133,162,147); }

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