#95A2A5

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

Shades of Botticelli #95A2A5

Tints of Botticelli #95A2A5

Color information

#95A2A5 (or 0x95A2A5) is unknown color: approx Botticelli. HEX triplet: 95, A2 and A5. RGB value is (149,162,165). Sum of RGB (Red+Green+Blue) = 149+162+165=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 165 (64.84% from 255 or 34.66% from 476); Max value from RGB is 165 - color contains mainly: blue. Hex color #95A2A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A2A5 is #6A5D5A. Grayscale: #9E9E9E. Windows color (decimal): -6970715 or 10855061. OLE color: 10855061.

HSL color Cylindrical-coordinate representation of color #95A2A5: hue angle of 191.25º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #95A2A5 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB149162165-
CMYK0.100.0200.35
HSL191.25º8.16%61.57%-
HSV(B)191.25º9.7%64.71%-
XYZ32.1134.9540.65-
YUV158.45131.69121.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.30%
GREEN value IS 162 (63.67% from 255) = 34.03%
BLUE value IS 165 (64.84% from 255) = 34.66%
R=31.30%
G=34.03%
B=34.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1491621650.100.0200.35191.258.1661.57
Hex95A2A5A2023bf83e
Octal2252422451220432771076
Binary1001010110100010101001011010100100011101111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95A2A5; }

 p { color: rgb(149,162,165); }

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

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

 a { background-color: rgb(149,162,165); }

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

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

 span { border-color: rgb(149,162,165); }

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