#93A5AB

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

Shades of Botticelli #93A5AB

Tints of Botticelli #93A5AB

Color information

#93A5AB (or 0x93A5AB) is unknown color: approx Botticelli. HEX triplet: 93, A5 and AB. RGB value is (147,165,171). Sum of RGB (Red+Green+Blue) = 147+165+171=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 171 - color contains mainly: blue. Hex color #93A5AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A5AB is #6C5A54. Grayscale: #A0A0A0. Windows color (decimal): -7101013 or 11249043. OLE color: 11249043.

HSL color Cylindrical-coordinate representation of color #93A5AB: hue angle of 195º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #93A5AB is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB147165171-
CMYK0.140.0400.33
HSL195º12.5%62.35%-
HSV(B)195º14.04%67.06%-
XYZ32.8436.0543.76-
YUV160.3134.04118.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.43%
GREEN value IS 165 (64.84% from 255) = 34.16%
BLUE value IS 171 (67.19% from 255) = 35.40%
R=30.43%
G=34.16%
B=35.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471651710.140.0400.3319512.562.35
Hex93A5ABE4021c3c3e
Octal2232452531640413031476
Binary10010011101001011010101111101000100001110000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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