#5453BA

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

Shades of Rich Blue #5453BA

Tints of Rich Blue #5453BA

Color information

#5453BA (or 0x5453BA) is unknown color: approx Rich Blue. HEX triplet: 54, 53 and BA. RGB value is (84,83,186). Sum of RGB (Red+Green+Blue) = 84+83+186=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #5453BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5453BA is #ABAC45. Grayscale: #5E5E5E. Windows color (decimal): -11250758 or 12211028. OLE color: 12211028.

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

Color convert

RGB8483186-
CMYK0.550.5500.27
HSL240.58º42.74%52.75%-
HSV(B)240.58º55.38%72.94%-
XYZ15.6111.6247.87-
YUV95.04179.33120.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.80%
GREEN value IS 83 (32.81% from 255) = 23.51%
BLUE value IS 186 (73.05% from 255) = 52.69%
R=23.80%
G=23.51%
B=52.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal84831860.550.5500.27240.5842.7452.75
Hex5453BA373701Bf12b35
Octal12412327267670333615365
Binary101010010100111011101011011111011101101111110001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5453BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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