#91ABB5

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

Shades of Botticelli #91ABB5

Tints of Botticelli #91ABB5

Color information

#91ABB5 (or 0x91ABB5) is unknown color: approx Botticelli. HEX triplet: 91, AB and B5. RGB value is (145,171,181). Sum of RGB (Red+Green+Blue) = 145+171+181=497 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.18% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 181 - color contains mainly: blue. Hex color #91ABB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ABB5 is #6E544A. Grayscale: #A4A4A4. Windows color (decimal): -7230539 or 11905937. OLE color: 11905937.

HSL color Cylindrical-coordinate representation of color #91ABB5: hue angle of 196.67º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #91ABB5 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB145171181-
CMYK0.200.0600.29
HSL196.67º19.57%63.92%-
HSV(B)196.67º19.89%70.98%-
XYZ34.5838.4849.32-
YUV164.37137.39114.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.18%
GREEN value IS 171 (67.19% from 255) = 34.41%
BLUE value IS 181 (71.09% from 255) = 36.42%
R=29.18%
G=34.41%
B=36.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1451711810.200.0600.29196.6719.5763.92
Hex91ABB514601Dc51440
Octal22125326524603530524100
Binary1001000110101011101101011010011001110111000101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ABB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91ABB5; }

 p { color: rgb(145,171,181); }

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

<style>
 a { background-color: #91ABB5; }

 a { background-color: rgb(145,171,181); }

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

<style>
 span { border-color: #91ABB5; }

 span { border-color: rgb(145,171,181); }

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