#5C48CA

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

Shades of Slate Blue #5C48CA

Tints of Slate Blue #5C48CA

Color information

#5C48CA (or 0x5C48CA) is unknown color: approx Slate Blue. HEX triplet: 5C, 48 and CA. RGB value is (92,72,202). Sum of RGB (Red+Green+Blue) = 92+72+202=366 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.14% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 202 (79.30% from 255 or 55.19% from 366); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C48CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C48CA is #A3B735. Grayscale: #5C5C5C. Windows color (decimal): -10729270 or 13256796. OLE color: 13256796.

HSL color Cylindrical-coordinate representation of color #5C48CA: hue angle of 249.23º 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 #5C48CA is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9272202-
CMYK0.540.6400.21
HSL249.23º55.08%53.73%-
HSV(B)249.23º64.36%79.22%-
XYZ17.3911.1757.12-
YUV92.8189.63127.43-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.14%
GREEN value IS 72 (28.52% from 255) = 19.67%
BLUE value IS 202 (79.30% from 255) = 55.19%
R=25.14%
G=19.67%
B=55.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal92722020.540.6400.21249.2355.0853.73
Hex5C48CA3640015f93736
Octal134110312661000253716766
Binary1011100100100011001010110110100000001010111111001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C48CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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