#91A2B6

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

Shades of Rock Blue #91A2B6

Tints of Rock Blue #91A2B6

Color information

#91A2B6 (or 0x91A2B6) is unknown color: approx Rock Blue. HEX triplet: 91, A2 and B6. RGB value is (145,162,182). Sum of RGB (Red+Green+Blue) = 145+162+182=489 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.65% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 182 (71.48% from 255 or 37.22% from 489); Max value from RGB is 182 - color contains mainly: blue. Hex color #91A2B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A2B6 is #6E5D49. Grayscale: #9F9F9F. Windows color (decimal): -7232842 or 11969169. OLE color: 11969169.

HSL color Cylindrical-coordinate representation of color #91A2B6: hue angle of 212.43º 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 #91A2B6 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB145162182-
CMYK0.200.1100.29
HSL212.43º20.22%64.12%-
HSV(B)212.43º20.33%71.37%-
XYZ33.0435.2449.32-
YUV159.2140.87117.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.65%
GREEN value IS 162 (63.67% from 255) = 33.13%
BLUE value IS 182 (71.48% from 255) = 37.22%
R=29.65%
G=33.13%
B=37.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1451621820.200.1100.29212.4320.2264.12
Hex91A2B614B01Dd41440
Octal221242266241303532424100
Binary10010001101000101011011010100101101110111010100101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,162,182); }

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

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

 a { background-color: rgb(145,162,182); }

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

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

 span { border-color: rgb(145,162,182); }

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