#5B56BF

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

Shades of Rich Blue #5B56BF

Tints of Rich Blue #5B56BF

Color information

#5B56BF (or 0x5B56BF) is unknown color: approx Rich Blue. HEX triplet: 5B, 56 and BF. RGB value is (91,86,191). Sum of RGB (Red+Green+Blue) = 91+86+191=368 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.73% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #5B56BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B56BF is #A4A940. Grayscale: #636363. Windows color (decimal): -10791233 or 12539483. OLE color: 12539483.

HSL color Cylindrical-coordinate representation of color #5B56BF: hue angle of 242.86º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B56BF is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9186191-
CMYK0.520.5500.25
HSL242.86º45.06%54.31%-
HSV(B)242.86º54.97%74.9%-
XYZ17.0512.6450.83-
YUV99.46179.66121.96-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.73%
GREEN value IS 86 (33.98% from 255) = 23.37%
BLUE value IS 191 (75% from 255) = 51.90%
R=24.73%
G=23.37%
B=51.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal91861910.520.5500.25242.8645.0654.31
Hex5B56BF3437019f32d36
Octal13312627764670313635566
Binary101101110101101011111111010011011101100111110011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B56BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B56BF; }

 p { color: rgb(91,86,191); }

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

<style>
 a { background-color: #5B56BF; }

 a { background-color: rgb(91,86,191); }

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

<style>
 span { border-color: #5B56BF; }

 span { border-color: rgb(91,86,191); }

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