#A5B6EB

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

Shades of Perano #A5B6EB

Tints of Perano #A5B6EB

Color information

#A5B6EB (or 0xA5B6EB) is unknown color: approx Perano. HEX triplet: A5, B6 and EB. RGB value is (165,182,235). Sum of RGB (Red+Green+Blue) = 165+182+235=582 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.35% from 582); Green value is 182 (71.48% from 255 or 31.27% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5B6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5B6EB is #5A4914. Grayscale: #B6B6B6. Windows color (decimal): -5916949 or 15447717. OLE color: 15447717.

HSL color Cylindrical-coordinate representation of color #A5B6EB: hue angle of 225.43º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5B6EB is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB165182235-
CMYK0.300.2300.08
HSL225.43º63.64%78.43%-
HSV(B)225.43º29.79%92.16%-
XYZ47.2447.4585.27-
YUV182.96157.37115.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.35%
GREEN value IS 182 (71.48% from 255) = 31.27%
BLUE value IS 235 (92.19% from 255) = 40.38%
R=28.35%
G=31.27%
B=40.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1651822350.300.2300.08225.4363.6478.43
HexA5B6EB1E1708e1404e
Octal2452663533627010341100116
Binary1010010110110110111010111111010111010001110000110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B6EB; }

 p { color: rgb(165,182,235); }

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

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

 a { background-color: rgb(165,182,235); }

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

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

 span { border-color: rgb(165,182,235); }

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