#92A5AE

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

Shades of Botticelli #92A5AE

Tints of Botticelli #92A5AE

Color information

#92A5AE (or 0x92A5AE) is unknown color: approx Botticelli. HEX triplet: 92, A5 and AE. RGB value is (146,165,174). Sum of RGB (Red+Green+Blue) = 146+165+174=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 174 - color contains mainly: blue. Hex color #92A5AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A5AE is #6D5A51. Grayscale: #A0A0A0. Windows color (decimal): -7166546 or 11445650. OLE color: 11445650.

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

Color convert

RGB146165174-
CMYK0.160.0500.32
HSL199.29º14.74%62.75%-
HSV(B)199.29º16.09%68.24%-
XYZ32.9536.0845.27-
YUV160.34135.71117.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.10%
GREEN value IS 165 (64.84% from 255) = 34.02%
BLUE value IS 174 (68.36% from 255) = 35.88%
R=30.10%
G=34.02%
B=35.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1461651740.160.0500.32199.2914.7462.75
Hex92A5AE105020c7f3f
Octal2222452562050403071777
Binary100100101010010110101110100001010100000110001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92A5AE; }

 p { color: rgb(146,165,174); }

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

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

 a { background-color: rgb(146,165,174); }

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

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

 span { border-color: rgb(146,165,174); }

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