#5B53BD

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

Shades of Rich Blue #5B53BD

Tints of Rich Blue #5B53BD

Color information

#5B53BD (or 0x5B53BD) is unknown color: approx Rich Blue. HEX triplet: 5B, 53 and BD. RGB value is (91,83,189). Sum of RGB (Red+Green+Blue) = 91+83+189=363 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25.07% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #5B53BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B53BD is #A4AC42. Grayscale: #616161. Windows color (decimal): -10792003 or 12407643. OLE color: 12407643.

HSL color Cylindrical-coordinate representation of color #5B53BD: hue angle of 244.53º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B53BD is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9183189-
CMYK0.520.5600.26
HSL244.53º44.54%53.33%-
HSV(B)244.53º56.08%74.12%-
XYZ16.5912.0849.6-
YUV97.48179.65123.38-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.07%
GREEN value IS 83 (32.81% from 255) = 22.87%
BLUE value IS 189 (74.22% from 255) = 52.07%
R=25.07%
G=22.87%
B=52.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal91831890.520.5600.26244.5344.5453.33
Hex5B53BD343801Af52d35
Octal13312327564700323655565
Binary101101110100111011110111010011100001101011110101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B53BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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