#5D54BA

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

Shades of Rich Blue #5D54BA

Tints of Rich Blue #5D54BA

Color information

#5D54BA (or 0x5D54BA) is unknown color: approx Rich Blue. HEX triplet: 5D, 54 and BA. RGB value is (93,84,186). Sum of RGB (Red+Green+Blue) = 93+84+186=363 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.62% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D54BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D54BA is #A2AB45. Grayscale: #616161. Windows color (decimal): -10660678 or 12211293. OLE color: 12211293.

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

Color convert

RGB9384186-
CMYK0.50.5500.27
HSL245.29º42.5%52.94%-
HSV(B)245.29º54.84%72.94%-
XYZ16.5512.2147.94-
YUV98.32177.48124.21-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.62%
GREEN value IS 84 (33.20% from 255) = 23.14%
BLUE value IS 186 (73.05% from 255) = 51.24%
R=25.62%
G=23.14%
B=51.24%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal93841860.50.5500.27245.2942.552.94
Hex5D54BA323701Bf52a35
Octal13512427262670333655265
Binary101110110101001011101011001011011101101111110101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D54BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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