#5C3FDC

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

Shades of Slate Blue #5C3FDC

Tints of Slate Blue #5C3FDC

Color information

#5C3FDC (or 0x5C3FDC) is unknown color: approx Slate Blue. HEX triplet: 5C, 3F and DC. RGB value is (92,63,220). Sum of RGB (Red+Green+Blue) = 92+63+220=375 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.53% from 375); Green value is 63 (25% from 255 or 16.8% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #5C3FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3FDC is #A3C023. Grayscale: #585858. Windows color (decimal): -10731556 or 14434140. OLE color: 14434140.

HSL color Cylindrical-coordinate representation of color #5C3FDC: hue angle of 251.08º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5C3FDC is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9263220-
CMYK0.580.7100.14
HSL251.08º69.16%55.49%-
HSV(B)251.08º71.36%86.27%-
XYZ19.111168.83-
YUV89.57201.61129.73-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.53%
GREEN value IS 63 (25% from 255) = 16.8%
BLUE value IS 220 (86.33% from 255) = 58.67%
R=24.53%
G=16.8%
B=58.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal92632200.580.7100.14251.0869.1655.49
Hex5C3FDC3A470Efb4537
Octal134773347210701637310567
Binary101110011111111011100111010100011101110111110111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,63,220); }

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

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

 a { background-color: rgb(92,63,220); }

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

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

 span { border-color: rgb(92,63,220); }

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