#92A5AD

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

Shades of Botticelli #92A5AD

Tints of Botticelli #92A5AD

Color information

#92A5AD (or 0x92A5AD) is unknown color: approx Botticelli. HEX triplet: 92, A5 and AD. RGB value is (146,165,173). Sum of RGB (Red+Green+Blue) = 146+165+173=484 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.17% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 173 - color contains mainly: blue. Hex color #92A5AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A5AD is #6D5A52. Grayscale: #A0A0A0. Windows color (decimal): -7166547 or 11380114. OLE color: 11380114.

HSL color Cylindrical-coordinate representation of color #92A5AD: hue angle of 197.78º degrees, saturation: 0.14, 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 #92A5AD is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB146165173-
CMYK0.160.0500.32
HSL197.78º14.14%62.55%-
HSV(B)197.78º15.61%67.84%-
XYZ32.8536.0444.76-
YUV160.23135.21117.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.17%
GREEN value IS 165 (64.84% from 255) = 34.09%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=30.17%
G=34.09%
B=35.74%

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
Decimal1461651730.160.0500.32197.7814.1462.55
Hex92A5AD105020c6e3f
Octal2222452552050403061677
Binary100100101010010110101101100001010100000110001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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