#5a54db

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

Shades of Slate Blue #5A54DB

Tints of Slate Blue #5A54DB

Color information

#5A54DB (or 0x5A54DB) is unknown color: approx Slate Blue. HEX triplet: 5A, 54 and DB. RGB value is (90,84,219). Sum of RGB (Red+Green+Blue) = 90+84+219=393 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.90% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A54DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A54DB is #A5AB24. Grayscale: #646464. Windows color (decimal): -10857253 or 14373978. OLE color: 14373978.

HSL color Cylindrical-coordinate representation of color #5A54DB: hue angle of 242.67º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A54DB is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9084219-
CMYK0.590.6200.14
HSL242.67º65.22%59.41%-
HSV(B)242.67º61.64%85.88%-
XYZ20.1713.6368.59-
YUV101.18194.49120.02-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.90%
GREEN value IS 84 (33.20% from 255) = 21.37%
BLUE value IS 219 (85.94% from 255) = 55.73%
R=22.90%
G=21.37%
B=55.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal90842190.590.6200.14242.6765.2259.41
Hex5A54DB3B3E0Ef3413b
Octal132124333737601636310173
Binary101101010101001101101111101111111001110111100111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a54db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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