#5A54BB

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

Shades of Rich Blue #5A54BB

Tints of Rich Blue #5A54BB

Color information

#5A54BB (or 0x5A54BB) is unknown color: approx Rich Blue. HEX triplet: 5A, 54 and BB. RGB value is (90,84,187). Sum of RGB (Red+Green+Blue) = 90+84+187=361 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.93% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #5A54BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A54BB is #A5AB44. Grayscale: #616161. Windows color (decimal): -10857285 or 12276826. OLE color: 12276826.

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

Color convert

RGB9084187-
CMYK0.520.5500.27
HSL243.5º43.1%53.14%-
HSV(B)243.5º55.08%73.33%-
XYZ16.3612.148.49-
YUV97.54178.49122.62-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.93%
GREEN value IS 84 (33.20% from 255) = 23.27%
BLUE value IS 187 (73.44% from 255) = 51.80%
R=24.93%
G=23.27%
B=51.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal90841870.520.5500.27243.543.153.14
Hex5A54BB343701Bf32b35
Octal13212427364670333635365
Binary101101010101001011101111010011011101101111110011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A54BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,84,187); }

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

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

 a { background-color: rgb(90,84,187); }

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

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

 span { border-color: rgb(90,84,187); }

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