#85B99D

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

Shades of Padua #85B99D

Tints of Padua #85B99D

Color information

#85B99D (or 0x85B99D) is unknown color: approx Padua. HEX triplet: 85, B9 and 9D. RGB value is (133,185,157). Sum of RGB (Red+Green+Blue) = 133+185+157=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 185 - color contains mainly: green. Hex color #85B99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B99D is #7A4662. Grayscale: #A6A6A6. Windows color (decimal): -8013411 or 10336645. OLE color: 10336645.

HSL color Cylindrical-coordinate representation of color #85B99D: hue angle of 147.69º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85B99D is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB133185157-
CMYK0.2800.150.27
HSL147.69º27.08%62.35%-
HSV(B)147.69º28.11%72.55%-
XYZ33.1142.1238.28-
YUV166.26122.77104.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28%
GREEN value IS 185 (72.66% from 255) = 38.95%
BLUE value IS 157 (61.72% from 255) = 33.05%
R=28%
G=38.95%
B=33.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331851570.2800.150.27147.6927.0862.35
Hex85B99D1C0F1B941b3e
Octal20527123534017332243376
Binary1000010110111001100111011110001111110111001010011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,185,157); }

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

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

 a { background-color: rgb(133,185,157); }

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

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

 span { border-color: rgb(133,185,157); }

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