#5654BA

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

Shades of Rich Blue #5654BA

Tints of Rich Blue #5654BA

Color information

#5654BA (or 0x5654BA) is unknown color: approx Rich Blue. HEX triplet: 56, 54 and BA. RGB value is (86,84,186). Sum of RGB (Red+Green+Blue) = 86+84+186=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 84 (33.20% from 255 or 23.60% 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 #5654BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5654BA is #A9AB45. Grayscale: #5F5F5F. Windows color (decimal): -11119430 or 12211286. OLE color: 12211286.

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

Color convert

RGB8684186-
CMYK0.540.5500.27
HSL241.18º42.5%52.94%-
HSV(B)241.18º54.84%72.94%-
XYZ15.8711.8647.91-
YUV96.23178.66120.71-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal86841860.540.5500.27241.1842.552.94
Hex5654BA363701Bf12a35
Octal12612427266670333615265
Binary101011010101001011101011011011011101101111110001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5654BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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