#5B54AC

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

Shades of Rich Blue #5B54AC

Tints of Rich Blue #5B54AC

Color information

#5B54AC (or 0x5B54AC) is unknown color: approx Rich Blue. HEX triplet: 5B, 54 and AC. RGB value is (91,84,172). Sum of RGB (Red+Green+Blue) = 91+84+172=347 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.22% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B54AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B54AC is #A4AB53. Grayscale: #5F5F5F. Windows color (decimal): -10791764 or 11293787. OLE color: 11293787.

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

Color convert

RGB9184172-
CMYK0.470.5100.33
HSL244.77º34.65%50.2%-
HSV(B)244.77º51.16%67.45%-
XYZ14.9311.5440.47-
YUV96.12170.82124.34-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.22%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 172 (67.58% from 255) = 49.57%
R=26.22%
G=24.21%
B=49.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91841720.470.5100.33244.7734.6550.2
Hex5B54AC2F33021f52332
Octal13312425457630413654362
Binary1011011101010010101100101111110011010000111110101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B54AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,84,172); }

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

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

 a { background-color: rgb(91,84,172); }

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

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

 span { border-color: rgb(91,84,172); }

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