#5A48CA

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

Shades of Slate Blue #5A48CA

Tints of Slate Blue #5A48CA

Color information

#5A48CA (or 0x5A48CA) is unknown color: approx Slate Blue. HEX triplet: 5A, 48 and CA. RGB value is (90,72,202). Sum of RGB (Red+Green+Blue) = 90+72+202=364 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.73% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A48CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A48CA is #A5B735. Grayscale: #5B5B5B. Windows color (decimal): -10860342 or 13256794. OLE color: 13256794.

HSL color Cylindrical-coordinate representation of color #5A48CA: hue angle of 248.31º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A48CA is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9072202-
CMYK0.550.6400.21
HSL248.31º55.08%53.73%-
HSV(B)248.31º64.36%79.22%-
XYZ17.1911.0757.11-
YUV92.2189.96126.43-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.73%
GREEN value IS 72 (28.52% from 255) = 19.78%
BLUE value IS 202 (79.30% from 255) = 55.49%
R=24.73%
G=19.78%
B=55.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal90722020.550.6400.21248.3155.0853.73
Hex5A48CA3740015f83736
Octal132110312671000253706766
Binary1011010100100011001010110111100000001010111111000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A48CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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