#5B54A4

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

Shades of Rich Blue #5B54A4

Tints of Rich Blue #5B54A4

Color information

#5B54A4 (or 0x5B54A4) is unknown color: approx Rich Blue. HEX triplet: 5B, 54 and A4. RGB value is (91,84,164). Sum of RGB (Red+Green+Blue) = 91+84+164=339 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.84% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 164 (64.45% from 255 or 48.38% from 339); Max value from RGB is 164 - color contains mainly: blue. Hex color #5B54A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B54A4 is #A4AB5B. Grayscale: #5E5E5E. Windows color (decimal): -10791772 or 10769499. OLE color: 10769499.

HSL color Cylindrical-coordinate representation of color #5B54A4: hue angle of 245.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5B54A4 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9184164-
CMYK0.450.4900.36
HSL245.25º32.26%48.63%-
HSV(B)245.25º48.78%64.31%-
XYZ14.1911.2536.54-
YUV95.21166.82125-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.84%
GREEN value IS 84 (33.20% from 255) = 24.78%
BLUE value IS 164 (64.45% from 255) = 48.38%
R=26.84%
G=24.78%
B=48.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91841640.450.4900.36245.2532.2648.63
Hex5B54A42D31024f52031
Octal13312424455610443654061
Binary1011011101010010100100101101110001010010011110101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B54A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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