#85657F

Color #85657F Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #85657F

Tints of Old Lavender #85657F

Color information

#85657F (or 0x85657F) is unknown color: approx Old Lavender. HEX triplet: 85, 65 and 7F. RGB value is (133,101,127). Sum of RGB (Red+Green+Blue) = 133+101+127=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 133 - color contains mainly: red. Hex color #85657F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85657F is #7A9A80. Grayscale: #717171. Windows color (decimal): -8034945 or 8349061. OLE color: 8349061.

HSL color Cylindrical-coordinate representation of color #85657F: hue angle of 311.25º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85657F is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB133101127-
CMYK00.240.050.48
HSL311.25º13.68%45.88%-
HSV(B)311.25º24.06%52.16%-
XYZ18.1615.8322.18-
YUV113.53135.6141.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.84%
GREEN value IS 101 (39.84% from 255) = 27.98%
BLUE value IS 127 (50% from 255) = 35.18%
R=36.84%
G=27.98%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310112700.240.050.48311.2513.6845.88
Hex85657F018530137e2e
Octal2051451770305604671656
Binary10000101110010111111110110001011100001001101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85657F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85657F; }

 p { color: rgb(133,101,127); }

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

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

 a { background-color: rgb(133,101,127); }

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

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

 span { border-color: rgb(133,101,127); }

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