#5654BC

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

Shades of Rich Blue #5654BC

Tints of Rich Blue #5654BC

Color information

#5654BC (or 0x5654BC) is unknown color: approx Rich Blue. HEX triplet: 56, 54 and BC. RGB value is (86,84,188). Sum of RGB (Red+Green+Blue) = 86+84+188=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 84 (33.20% from 255 or 23.46% 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 #5654BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5654BC is #A9AB43. Grayscale: #606060. Windows color (decimal): -11119428 or 12342358. OLE color: 12342358.

HSL color Cylindrical-coordinate representation of color #5654BC: hue angle of 241.15º 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 #5654BC is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8684188-
CMYK0.540.5500.26
HSL241.15º43.7%53.33%-
HSV(B)241.15º55.32%73.73%-
XYZ16.0911.9549.04-
YUV96.45179.66120.54-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal86841880.540.5500.26241.1543.753.33
Hex5654BC363701Af12c35
Octal12612427466670323615465
Binary101011010101001011110011011011011101101011110001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5654BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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