#5349AF

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

Shades of Rich Blue #5349AF

Tints of Rich Blue #5349AF

Color information

#5349AF (or 0x5349AF) is unknown color: approx Rich Blue. HEX triplet: 53, 49 and AF. RGB value is (83,73,175). Sum of RGB (Red+Green+Blue) = 83+73+175=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 175 (68.75% from 255 or 52.87% from 331); Max value from RGB is 175 - color contains mainly: blue. Hex color #5349AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5349AF is #ACB650. Grayscale: #575757. Windows color (decimal): -11318865 or 11487571. OLE color: 11487571.

HSL color Cylindrical-coordinate representation of color #5349AF: hue angle of 245.88º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5349AF is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8373175-
CMYK0.530.5800.31
HSL245.88º41.13%48.63%-
HSV(B)245.88º58.29%68.63%-
XYZ13.699.741.71-
YUV87.62177.31124.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.08%
GREEN value IS 73 (28.91% from 255) = 22.05%
BLUE value IS 175 (68.75% from 255) = 52.87%
R=25.08%
G=22.05%
B=52.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal83731750.530.5800.31245.8841.1348.63
Hex5349AF353A01Ff62931
Octal12311125765720373665161
Binary101001110010011010111111010111101001111111110110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5349AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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