#5456BA

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

Shades of Rich Blue #5456BA

Tints of Rich Blue #5456BA

Color information

#5456BA (or 0x5456BA) is unknown color: approx Rich Blue. HEX triplet: 54, 56 and BA. RGB value is (84,86,186). Sum of RGB (Red+Green+Blue) = 84+86+186=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #5456BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5456BA is #ABA945. Grayscale: #606060. Windows color (decimal): -11249990 or 12211796. OLE color: 12211796.

HSL color Cylindrical-coordinate representation of color #5456BA: hue angle of 238.82º degrees, saturation: 0.42, 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 #5456BA is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8486186-
CMYK0.550.5400.27
HSL238.82º42.5%52.94%-
HSV(B)238.82º54.84%72.94%-
XYZ15.8512.0947.95-
YUV96.8178.34118.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.60%
GREEN value IS 86 (33.98% from 255) = 24.16%
BLUE value IS 186 (73.05% from 255) = 52.25%
R=23.60%
G=24.16%
B=52.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal84861860.550.5400.27238.8242.552.94
Hex5456BA373601Bef2a35
Octal12412627267660333575265
Binary101010010101101011101011011111011001101111101111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5456BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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