#5B53AD

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

Shades of Rich Blue #5B53AD

Tints of Rich Blue #5B53AD

Color information

#5B53AD (or 0x5B53AD) is unknown color: approx Rich Blue. HEX triplet: 5B, 53 and AD. RGB value is (91,83,173). Sum of RGB (Red+Green+Blue) = 91+83+173=347 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.22% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B53AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B53AD is #A4AC52. Grayscale: #5F5F5F. Windows color (decimal): -10792019 or 11359067. OLE color: 11359067.

HSL color Cylindrical-coordinate representation of color #5B53AD: hue angle of 245.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B53AD is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9183173-
CMYK0.470.5200.32
HSL245.33º35.43%50.2%-
HSV(B)245.33º52.02%67.84%-
XYZ14.9511.4340.95-
YUV95.65171.65124.68-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.22%
GREEN value IS 83 (32.81% from 255) = 23.92%
BLUE value IS 173 (67.97% from 255) = 49.86%
R=26.22%
G=23.92%
B=49.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91831730.470.5200.32245.3335.4350.2
Hex5B53AD2F34020f52332
Octal13312325557640403654362
Binary1011011101001110101101101111110100010000011110101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B53AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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