#5249AB

Color #5249AB Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5249AB

Tints of Rich Blue #5249AB

Color information

#5249AB (or 0x5249AB) is unknown color: approx Rich Blue. HEX triplet: 52, 49 and AB. RGB value is (82,73,171). Sum of RGB (Red+Green+Blue) = 82+73+171=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #5249AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5249AB is #ADB654. Grayscale: #565656. Windows color (decimal): -11384405 or 11225426. OLE color: 11225426.

HSL color Cylindrical-coordinate representation of color #5249AB: hue angle of 245.51º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5249AB is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8273171-
CMYK0.520.5700.33
HSL245.51º40.16%47.84%-
HSV(B)245.51º57.31%67.06%-
XYZ13.219.539.67-
YUV86.86175.48124.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.15%
GREEN value IS 73 (28.91% from 255) = 22.39%
BLUE value IS 171 (67.19% from 255) = 52.45%
R=25.15%
G=22.39%
B=52.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82731710.520.5700.33245.5140.1647.84
Hex5249AB3439021f62830
Octal12211125364710413665060
Binary1010010100100110101011110100111001010000111110110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5249AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5249AB; }

 p { color: rgb(82,73,171); }

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

<style>
 a { background-color: #5249AB; }

 a { background-color: rgb(82,73,171); }

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

<style>
 span { border-color: #5249AB; }

 span { border-color: rgb(82,73,171); }

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