#A5B5BF

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

Shades of Heather #A5B5BF

Tints of Heather #A5B5BF

Color information

#A5B5BF (or 0xA5B5BF) is unknown color: approx Heather. HEX triplet: A5, B5 and BF. RGB value is (165,181,191). Sum of RGB (Red+Green+Blue) = 165+181+191=537 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.73% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 191 - color contains mainly: blue. Hex color #A5B5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B5BF is #5A4A40. Grayscale: #B1B1B1. Windows color (decimal): -5917249 or 12563877. OLE color: 12563877.

HSL color Cylindrical-coordinate representation of color #A5B5BF: hue angle of 203.08º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5B5BF is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165181191-
CMYK0.140.0500.25
HSL203.08º16.88%69.8%-
HSV(B)203.08º13.61%74.9%-
XYZ41.4444.8155.75-
YUV177.36135.7119.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.73%
GREEN value IS 181 (71.09% from 255) = 33.71%
BLUE value IS 191 (75% from 255) = 35.57%
R=30.73%
G=33.71%
B=35.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651811910.140.0500.25203.0816.8869.8
HexA5B5BFE5019cb1146
Octal24526527716503131321106
Binary101001011011010110111111111010101100111001011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B5BF; }

 p { color: rgb(165,181,191); }

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

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

 a { background-color: rgb(165,181,191); }

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

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

 span { border-color: rgb(165,181,191); }

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