#5B53BA

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

Shades of Rich Blue #5B53BA

Tints of Rich Blue #5B53BA

Color information

#5B53BA (or 0x5B53BA) is unknown color: approx Rich Blue. HEX triplet: 5B, 53 and BA. RGB value is (91,83,186). Sum of RGB (Red+Green+Blue) = 91+83+186=360 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.28% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B53BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B53BA is #A4AC45. Grayscale: #606060. Windows color (decimal): -10792006 or 12211035. OLE color: 12211035.

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

Color convert

RGB9183186-
CMYK0.510.5500.27
HSL244.66º42.74%52.75%-
HSV(B)244.66º55.38%72.94%-
XYZ16.2711.9647.9-
YUV97.13178.15123.62-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.28%
GREEN value IS 83 (32.81% from 255) = 23.06%
BLUE value IS 186 (73.05% from 255) = 51.67%
R=25.28%
G=23.06%
B=51.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal91831860.510.5500.27244.6642.7452.75
Hex5B53BA333701Bf52b35
Octal13312327263670333655365
Binary101101110100111011101011001111011101101111110101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B53BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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