#5A53BA

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

Shades of Rich Blue #5A53BA

Tints of Rich Blue #5A53BA

Color information

#5A53BA (or 0x5A53BA) is unknown color: approx Rich Blue. HEX triplet: 5A, 53 and BA. RGB value is (90,83,186). Sum of RGB (Red+Green+Blue) = 90+83+186=359 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.07% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A53BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A53BA is #A5AC45. Grayscale: #606060. Windows color (decimal): -10857542 or 12211034. OLE color: 12211034.

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

Color convert

RGB9083186-
CMYK0.520.5500.27
HSL244.08º42.74%52.75%-
HSV(B)244.08º55.38%72.94%-
XYZ16.1711.9147.9-
YUV96.84178.32123.12-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.07%
GREEN value IS 83 (32.81% from 255) = 23.12%
BLUE value IS 186 (73.05% from 255) = 51.81%
R=25.07%
G=23.12%
B=51.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal90831860.520.5500.27244.0842.7452.75
Hex5A53BA343701Bf42b35
Octal13212327264670333645365
Binary101101010100111011101011010011011101101111110100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A53BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,83,186); }

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

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

 a { background-color: rgb(90,83,186); }

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

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

 span { border-color: rgb(90,83,186); }

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