#5456BC

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

Shades of Rich Blue #5456BC

Tints of Rich Blue #5456BC

Color information

#5456BC (or 0x5456BC) is unknown color: approx Rich Blue. HEX triplet: 54, 56 and BC. RGB value is (84,86,188). Sum of RGB (Red+Green+Blue) = 84+86+188=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #5456BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5456BC is #ABA943. Grayscale: #606060. Windows color (decimal): -11249988 or 12342868. OLE color: 12342868.

HSL color Cylindrical-coordinate representation of color #5456BC: hue angle of 238.85º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5456BC is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8486188-
CMYK0.550.5400.26
HSL238.85º43.7%53.33%-
HSV(B)238.85º55.32%73.73%-
XYZ16.0612.1749.08-
YUV97.03179.34118.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.46%
GREEN value IS 86 (33.98% from 255) = 24.02%
BLUE value IS 188 (73.83% from 255) = 52.51%
R=23.46%
G=24.02%
B=52.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal84861880.550.5400.26238.8543.753.33
Hex5456BC373601Aef2c35
Octal12412627467660323575465
Binary101010010101101011110011011111011001101011101111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5456BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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