#5B56BC

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

Shades of Rich Blue #5B56BC

Tints of Rich Blue #5B56BC

Color information

#5B56BC (or 0x5B56BC) is unknown color: approx Rich Blue. HEX triplet: 5B, 56 and BC. RGB value is (91,86,188). Sum of RGB (Red+Green+Blue) = 91+86+188=365 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.93% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B56BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B56BC is #A4A943. Grayscale: #626262. Windows color (decimal): -10791236 or 12342875. OLE color: 12342875.

HSL color Cylindrical-coordinate representation of color #5B56BC: hue angle of 242.94º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5B56BC is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9186188-
CMYK0.520.5400.26
HSL242.94º43.22%53.73%-
HSV(B)242.94º54.26%73.73%-
XYZ16.7212.5149.11-
YUV99.12178.16122.21-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.93%
GREEN value IS 86 (33.98% from 255) = 23.56%
BLUE value IS 188 (73.83% from 255) = 51.51%
R=24.93%
G=23.56%
B=51.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal91861880.520.5400.26242.9443.2253.73
Hex5B56BC343601Af32b36
Octal13312627464660323635366
Binary101101110101101011110011010011011001101011110011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B56BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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