#5346BF

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

Shades of Rich Blue #5346BF

Tints of Rich Blue #5346BF

Color information

#5346BF (or 0x5346BF) is unknown color: approx Rich Blue. HEX triplet: 53, 46 and BF. RGB value is (83,70,191). Sum of RGB (Red+Green+Blue) = 83+70+191=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 191 (75% from 255 or 55.52% from 344); Max value from RGB is 191 - color contains mainly: blue. Hex color #5346BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5346BF is #ACB940. Grayscale: #575757. Windows color (decimal): -11319617 or 12535379. OLE color: 12535379.

HSL color Cylindrical-coordinate representation of color #5346BF: hue angle of 246.45º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5346BF is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8370191-
CMYK0.570.6300.25
HSL246.45º48.59%51.18%-
HSV(B)246.45º63.35%74.9%-
XYZ15.169.9850.42-
YUV87.68186.31124.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.13%
GREEN value IS 70 (27.73% from 255) = 20.35%
BLUE value IS 191 (75% from 255) = 55.52%
R=24.13%
G=20.35%
B=55.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal83701910.570.6300.25246.4548.5951.18
Hex5346BF393F019f63133
Octal12310627771770313666163
Binary101001110001101011111111100111111101100111110110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5346BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5346BF; }

 p { color: rgb(83,70,191); }

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

<style>
 a { background-color: #5346BF; }

 a { background-color: rgb(83,70,191); }

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

<style>
 span { border-color: #5346BF; }

 span { border-color: rgb(83,70,191); }

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