#5c3fd8

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

Shades of Slate Blue #5C3FD8

Tints of Slate Blue #5C3FD8

Color information

#5C3FD8 (or 0x5C3FD8) is unknown color: approx Slate Blue. HEX triplet: 5C, 3F and D8. RGB value is (92,63,216). Sum of RGB (Red+Green+Blue) = 92+63+216=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 216 (84.77% from 255 or 58.22% from 371); Max value from RGB is 216 - color contains mainly: blue. Hex color #5C3FD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3FD8 is #A3C027. Grayscale: #585858. Windows color (decimal): -10731560 or 14171996. OLE color: 14171996.

HSL color Cylindrical-coordinate representation of color #5C3FD8: hue angle of 251.37º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5C3FD8 is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9263216-
CMYK0.570.7100.15
HSL251.37º66.23%54.71%-
HSV(B)251.37º70.83%84.71%-
XYZ18.5910.7966.07-
YUV89.11199.61130.06-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.80%
GREEN value IS 63 (25% from 255) = 16.98%
BLUE value IS 216 (84.77% from 255) = 58.22%
R=24.80%
G=16.98%
B=58.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal92632160.570.7100.15251.3766.2354.71
Hex5C3FD839470Ffb4237
Octal134773307110701737310267
Binary101110011111111011000111001100011101111111110111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5c3fd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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