#5345BA

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

Shades of Rich Blue #5345BA

Tints of Rich Blue #5345BA

Color information

#5345BA (or 0x5345BA) is unknown color: approx Rich Blue. HEX triplet: 53, 45 and BA. RGB value is (83,69,186). Sum of RGB (Red+Green+Blue) = 83+69+186=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #5345BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5345BA is #ACBA45. Grayscale: #565656. Windows color (decimal): -11319878 or 12207443. OLE color: 12207443.

HSL color Cylindrical-coordinate representation of color #5345BA: hue angle of 247.18º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5345BA is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8369186-
CMYK0.550.6300.27
HSL247.18º45.88%50%-
HSV(B)247.18º62.9%72.94%-
XYZ14.569.6447.55-
YUV86.52184.14125.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.56%
GREEN value IS 69 (27.34% from 255) = 20.41%
BLUE value IS 186 (73.05% from 255) = 55.03%
R=24.56%
G=20.41%
B=55.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal83691860.550.6300.27247.1845.8850
Hex5345BA373F01Bf72e32
Octal12310527267770333675662
Binary101001110001011011101011011111111101101111110111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5345BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5345BA; }

 p { color: rgb(83,69,186); }

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

<style>
 a { background-color: #5345BA; }

 a { background-color: rgb(83,69,186); }

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

<style>
 span { border-color: #5345BA; }

 span { border-color: rgb(83,69,186); }

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