#5C52C1

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

Shades of Slate Blue #5C52C1

Tints of Slate Blue #5C52C1

Color information

#5C52C1 (or 0x5C52C1) is unknown color: approx Slate Blue. HEX triplet: 5C, 52 and C1. RGB value is (92,82,193). Sum of RGB (Red+Green+Blue) = 92+82+193=367 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.07% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 193 (75.78% from 255 or 52.59% from 367); Max value from RGB is 193 - color contains mainly: blue. Hex color #5C52C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C52C1 is #A3AD3E. Grayscale: #616161. Windows color (decimal): -10726719 or 12669532. OLE color: 12669532.

HSL color Cylindrical-coordinate representation of color #5C52C1: hue angle of 245.41º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C52C1 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9282193-
CMYK0.520.5800.24
HSL245.41º47.23%53.92%-
HSV(B)245.41º57.51%75.69%-
XYZ17.0612.1651.9-
YUV97.64181.81123.97-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.07%
GREEN value IS 82 (32.42% from 255) = 22.34%
BLUE value IS 193 (75.78% from 255) = 52.59%
R=25.07%
G=22.34%
B=52.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal92821930.520.5800.24245.4147.2353.92
Hex5C52C1343A018f52f36
Octal13412230164720303655766
Binary101110010100101100000111010011101001100011110101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C52C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,82,193); }

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

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

 a { background-color: rgb(92,82,193); }

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

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

 span { border-color: rgb(92,82,193); }

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