#5C44DF

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

Shades of Slate Blue #5C44DF

Tints of Slate Blue #5C44DF

Color information

#5C44DF (or 0x5C44DF) is unknown color: approx Slate Blue. HEX triplet: 5C, 44 and DF. RGB value is (92,68,223). Sum of RGB (Red+Green+Blue) = 92+68+223=383 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.02% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #5C44DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C44DF is #A3BB20. Grayscale: #5C5C5C. Windows color (decimal): -10730273 or 14632028. OLE color: 14632028.

HSL color Cylindrical-coordinate representation of color #5C44DF: hue angle of 249.29º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5C44DF is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9268223-
CMYK0.590.7000.13
HSL249.29º70.78%57.06%-
HSV(B)249.29º69.51%87.45%-
XYZ19.811.7471.03-
YUV92.85201.45127.4-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.02%
GREEN value IS 68 (26.95% from 255) = 17.75%
BLUE value IS 223 (87.5% from 255) = 58.22%
R=24.02%
G=17.75%
B=58.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal92682230.590.7000.13249.2970.7857.06
Hex5C44DF3B460Df94739
Octal1341043377310601537110771
Binary1011100100010011011111111011100011001101111110011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C44DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,68,223); }

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

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

 a { background-color: rgb(92,68,223); }

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

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

 span { border-color: rgb(92,68,223); }

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