#93A5AD

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

Shades of Botticelli #93A5AD

Tints of Botticelli #93A5AD

Color information

#93A5AD (or 0x93A5AD) is unknown color: approx Botticelli. HEX triplet: 93, A5 and AD. RGB value is (147,165,173). Sum of RGB (Red+Green+Blue) = 147+165+173=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 173 - color contains mainly: blue. Hex color #93A5AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A5AD is #6C5A52. Grayscale: #A0A0A0. Windows color (decimal): -7101011 or 11380115. OLE color: 11380115.

HSL color Cylindrical-coordinate representation of color #93A5AD: hue angle of 198.46º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #93A5AD is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB147165173-
CMYK0.150.0500.32
HSL198.46º13.68%62.75%-
HSV(B)198.46º15.03%67.84%-
XYZ33.0336.1344.77-
YUV160.53135.04118.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.31%
GREEN value IS 165 (64.84% from 255) = 34.02%
BLUE value IS 173 (67.97% from 255) = 35.67%
R=30.31%
G=34.02%
B=35.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471651730.150.0500.32198.4613.6862.75
Hex93A5ADF5020c6e3f
Octal2232452551750403061677
Binary10010011101001011010110111111010100000110001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93A5AD; }

 p { color: rgb(147,165,173); }

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

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

 a { background-color: rgb(147,165,173); }

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

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

 span { border-color: rgb(147,165,173); }

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