#5450BA

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

Shades of Rich Blue #5450BA

Tints of Rich Blue #5450BA

Color information

#5450BA (or 0x5450BA) is unknown color: approx Rich Blue. HEX triplet: 54, 50 and BA. RGB value is (84,80,186). Sum of RGB (Red+Green+Blue) = 84+80+186=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #5450BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5450BA is #ABAF45. Grayscale: #5C5C5C. Windows color (decimal): -11251526 or 12210260. OLE color: 12210260.

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

Color convert

RGB8480186-
CMYK0.550.5700.27
HSL242.26º43.44%52.16%-
HSV(B)242.26º56.99%72.94%-
XYZ15.3911.1747.8-
YUV93.28180.33121.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24%
GREEN value IS 80 (31.64% from 255) = 22.86%
BLUE value IS 186 (73.05% from 255) = 53.14%
R=24%
G=22.86%
B=53.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal84801860.550.5700.27242.2643.4452.16
Hex5450BA373901Bf22b34
Octal12412027267710333625364
Binary101010010100001011101011011111100101101111110010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5450BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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