#5A48CD

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

Shades of Slate Blue #5A48CD

Tints of Slate Blue #5A48CD

Color information

#5A48CD (or 0x5A48CD) is unknown color: approx Slate Blue. HEX triplet: 5A, 48 and CD. RGB value is (90,72,205). Sum of RGB (Red+Green+Blue) = 90+72+205=367 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.52% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A48CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A48CD is #A5B732. Grayscale: #5C5C5C. Windows color (decimal): -10860339 or 13453402. OLE color: 13453402.

HSL color Cylindrical-coordinate representation of color #5A48CD: hue angle of 248.12º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A48CD is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9072205-
CMYK0.560.6500.20
HSL248.12º57.08%54.31%-
HSV(B)248.12º64.88%80.39%-
XYZ17.5511.2259-
YUV92.54191.46126.19-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.52%
GREEN value IS 72 (28.52% from 255) = 19.62%
BLUE value IS 205 (80.47% from 255) = 55.86%
R=24.52%
G=19.62%
B=55.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal90722050.560.6500.20248.1257.0854.31
Hex5A48CD3841014f83936
Octal132110315701010243707166
Binary1011010100100011001101111000100000101010011111000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A48CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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