Html Css Color HEX #85A293 Padua

📋 copy color: '#85A293'

red 133 ◦ green 162 ◦ blue 147

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

Shades of Padua #85A293

Tints of Padua #85A293

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 value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#85A293 (or 0x85A293) is known color: 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

RGB 133 162 147 -
CMYK 0.18 0 0.09 0.36
HSL 148.97º 0.13% 0.58% -
HSV(B) 148.97º 0.18% 0.64% -
XYZ 27.86 32.93 32.49 -
YUV 151.62 125.39 114.72 -
System Red Green Blue C M Y K H S L
Decimal 133 162 147 0.18 0 0.09 0.36 148.97 0.13 0.58
Hex 85 A2 93 12 0 9 24 95 D 3A
Octal 205 242 223 22 0 11 44 225 15 72
Binary 10000101 10100010 10010011 10010 0 1001 100100 10010101 1101 111010

Color Harmonies of #85A293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A293

Black with #85A293

Text Example


Text Example

White with #85A293

Text Example


Text Example

HTML Codes & Css Web 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>