#5349AB

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

Shades of Rich Blue #5349AB

Tints of Rich Blue #5349AB

Color information

#5349AB (or 0x5349AB) is unknown color: approx Rich Blue. HEX triplet: 53, 49 and AB. RGB value is (83,73,171). Sum of RGB (Red+Green+Blue) = 83+73+171=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #5349AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5349AB is #ACB654. Grayscale: #565656. Windows color (decimal): -11318869 or 11225427. OLE color: 11225427.

HSL color Cylindrical-coordinate representation of color #5349AB: hue angle of 246.12º 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 #5349AB is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8373171-
CMYK0.510.5700.33
HSL246.12º40.16%47.84%-
HSV(B)246.12º57.31%67.06%-
XYZ13.39.5439.67-
YUV87.16175.31125.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.38%
GREEN value IS 73 (28.91% from 255) = 22.32%
BLUE value IS 171 (67.19% from 255) = 52.29%
R=25.38%
G=22.32%
B=52.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83731710.510.5700.33246.1240.1647.84
Hex5349AB3339021f62830
Octal12311125363710413665060
Binary1010011100100110101011110011111001010000111110110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5349AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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