#5B57BA

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

Shades of Rich Blue #5B57BA

Tints of Rich Blue #5B57BA

Color information

#5B57BA (or 0x5B57BA) is unknown color: approx Rich Blue. HEX triplet: 5B, 57 and BA. RGB value is (91,87,186). Sum of RGB (Red+Green+Blue) = 91+87+186=364 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B57BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B57BA is #A4A845. Grayscale: #636363. Windows color (decimal): -10790982 or 12212059. OLE color: 12212059.

HSL color Cylindrical-coordinate representation of color #5B57BA: hue angle of 242.42º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5B57BA is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9187186-
CMYK0.510.5300.27
HSL242.42º41.77%53.53%-
HSV(B)242.42º53.23%72.94%-
XYZ16.5912.5948.01-
YUV99.48176.83121.95-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25%
GREEN value IS 87 (34.38% from 255) = 23.90%
BLUE value IS 186 (73.05% from 255) = 51.10%
R=25%
G=23.90%
B=51.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal91871860.510.5300.27242.4241.7753.53
Hex5B57BA333501Bf22a36
Octal13312727263650333625266
Binary101101110101111011101011001111010101101111110010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B57BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,87,186); }

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

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

 a { background-color: rgb(91,87,186); }

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

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

 span { border-color: rgb(91,87,186); }

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