#85657E

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

Shades of Old Lavender #85657E

Tints of Old Lavender #85657E

Color information

#85657E (or 0x85657E) is unknown color: approx Old Lavender. HEX triplet: 85, 65 and 7E. RGB value is (133,101,126). Sum of RGB (Red+Green+Blue) = 133+101+126=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 133 - color contains mainly: red. Hex color #85657E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85657E is #7A9A81. Grayscale: #717171. Windows color (decimal): -8034946 or 8283525. OLE color: 8283525.

HSL color Cylindrical-coordinate representation of color #85657E: hue angle of 313.12º 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 #85657E is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB133101126-
CMYK00.240.050.48
HSL313.12º13.68%45.88%-
HSV(B)313.12º24.06%52.16%-
XYZ18.0915.821.83-
YUV113.42135.1141.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.94%
GREEN value IS 101 (39.84% from 255) = 28.06%
BLUE value IS 126 (49.61% from 255) = 35%
R=36.94%
G=28.06%
B=35%

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
Decimal13310112600.240.050.48313.1213.6845.88
Hex85657E018530139e2e
Octal2051451760305604711656
Binary10000101110010111111100110001011100001001110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85657E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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