#5C52C5

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

Shades of Slate Blue #5C52C5

Tints of Slate Blue #5C52C5

Color information

#5C52C5 (or 0x5C52C5) is unknown color: approx Slate Blue. HEX triplet: 5C, 52 and C5. RGB value is (92,82,197). Sum of RGB (Red+Green+Blue) = 92+82+197=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 197 (77.34% from 255 or 53.10% from 371); Max value from RGB is 197 - color contains mainly: blue. Hex color #5C52C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C52C5 is #A3AD3A. Grayscale: #616161. Windows color (decimal): -10726715 or 12931676. OLE color: 12931676.

HSL color Cylindrical-coordinate representation of color #5C52C5: hue angle of 245.22º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C52C5 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9282197-
CMYK0.530.5800.23
HSL245.22º49.78%54.71%-
HSV(B)245.22º58.38%77.25%-
XYZ17.5112.3454.28-
YUV98.1183.81123.65-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.80%
GREEN value IS 82 (32.42% from 255) = 22.10%
BLUE value IS 197 (77.34% from 255) = 53.10%
R=24.80%
G=22.10%
B=53.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal92821970.530.5800.23245.2249.7854.71
Hex5C52C5353A017f53237
Octal13412230565720273656267
Binary101110010100101100010111010111101001011111110101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C52C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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