#A5B5B0

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

Shades of Periglacial Blue #A5B5B0

Tints of Periglacial Blue #A5B5B0

Color information

#A5B5B0 (or 0xA5B5B0) is unknown color: approx Periglacial Blue. HEX triplet: A5, B5 and B0. RGB value is (165,181,176). Sum of RGB (Red+Green+Blue) = 165+181+176=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B5B0 is #5A4A4F. Grayscale: #AFAFAF. Windows color (decimal): -5917264 or 11580837. OLE color: 11580837.

HSL color Cylindrical-coordinate representation of color #A5B5B0: hue angle of 161.25º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A5B5B0 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB165181176-
CMYK0.0900.030.29
HSL161.25º9.76%67.84%-
HSV(B)161.25º8.84%70.98%-
XYZ39.8844.1847.5-
YUV175.65128.2120.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.61%
GREEN value IS 181 (71.09% from 255) = 34.67%
BLUE value IS 176 (69.14% from 255) = 33.72%
R=31.61%
G=34.67%
B=33.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651811760.0900.030.29161.259.7667.84
HexA5B5B09031Da1a44
Octal24526526011033524112104
Binary1010010110110101101100001001011111011010000110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B5B0; }

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

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

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

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

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

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

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

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