#85B79B

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

Shades of Padua #85B79B

Tints of Padua #85B79B

Color information

#85B79B (or 0x85B79B) is unknown color: approx Padua. HEX triplet: 85, B7 and 9B. RGB value is (133,183,155). Sum of RGB (Red+Green+Blue) = 133+183+155=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 183 - color contains mainly: green. Hex color #85B79B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B79B is #7A4864. Grayscale: #A4A4A4. Windows color (decimal): -8013925 or 10205061. OLE color: 10205061.

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

Color convert

RGB133183155-
CMYK0.2700.150.28
HSL146.4º25.77%61.96%-
HSV(B)146.4º27.32%71.76%-
XYZ32.5241.2237.25-
YUV164.86122.44105.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.24%
GREEN value IS 183 (71.88% from 255) = 38.85%
BLUE value IS 155 (60.94% from 255) = 32.91%
R=28.24%
G=38.85%
B=32.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1331831550.2700.150.28146.425.7761.96
Hex85B79B1B0F1C921a3e
Octal20526723333017342223276
Binary1000010110110111100110111101101111111001001001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,183,155); }

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

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

 a { background-color: rgb(133,183,155); }

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

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

 span { border-color: rgb(133,183,155); }

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