#5A48BF

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

Shades of Slate Blue #5A48BF

Tints of Slate Blue #5A48BF

Color information

#5A48BF (or 0x5A48BF) is unknown color: approx Slate Blue. HEX triplet: 5A, 48 and BF. RGB value is (90,72,191). Sum of RGB (Red+Green+Blue) = 90+72+191=353 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.50% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #5A48BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A48BF is #A5B740. Grayscale: #5A5A5A. Windows color (decimal): -10860353 or 12535898. OLE color: 12535898.

HSL color Cylindrical-coordinate representation of color #5A48BF: hue angle of 249.08º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A48BF is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9072191-
CMYK0.530.6200.25
HSL249.08º48.18%51.57%-
HSV(B)249.08º62.3%74.9%-
XYZ15.9410.5750.49-
YUV90.95184.46127.32-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.50%
GREEN value IS 72 (28.52% from 255) = 20.40%
BLUE value IS 191 (75% from 255) = 54.11%
R=25.50%
G=20.40%
B=54.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90721910.530.6200.25249.0848.1851.57
Hex5A48BF353E019f93034
Octal13211027765760313716064
Binary101101010010001011111111010111111001100111111001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A48BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,72,191); }

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

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

 a { background-color: rgb(90,72,191); }

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

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

 span { border-color: rgb(90,72,191); }

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