#5D57BA

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

Shades of Rich Blue #5D57BA

Tints of Rich Blue #5D57BA

Color information

#5D57BA (or 0x5D57BA) is unknown color: approx Rich Blue. HEX triplet: 5D, 57 and BA. RGB value is (93,87,186). Sum of RGB (Red+Green+Blue) = 93+87+186=366 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.41% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D57BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D57BA is #A2A845. Grayscale: #636363. Windows color (decimal): -10659910 or 12212061. OLE color: 12212061.

HSL color Cylindrical-coordinate representation of color #5D57BA: hue angle of 243.64º 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 #5D57BA is Cyan = 0.5, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9387186-
CMYK0.50.5300.27
HSL243.64º41.77%53.53%-
HSV(B)243.64º53.23%72.94%-
XYZ16.7912.6948.02-
YUV100.08176.49122.95-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.41%
GREEN value IS 87 (34.38% from 255) = 23.77%
BLUE value IS 186 (73.05% from 255) = 50.82%
R=25.41%
G=23.77%
B=50.82%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal93871860.50.5300.27243.6441.7753.53
Hex5D57BA323501Bf42a36
Octal13512727262650333645266
Binary101110110101111011101011001011010101101111110100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D57BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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