#5C41D0

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

Shades of Slate Blue #5C41D0

Tints of Slate Blue #5C41D0

Color information

#5C41D0 (or 0x5C41D0) is unknown color: approx Slate Blue. HEX triplet: 5C, 41 and D0. RGB value is (92,65,208). Sum of RGB (Red+Green+Blue) = 92+65+208=365 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.21% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 208 (81.64% from 255 or 56.99% from 365); Max value from RGB is 208 - color contains mainly: blue. Hex color #5C41D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C41D0 is #A3BE2F. Grayscale: #585858. Windows color (decimal): -10731056 or 13648220. OLE color: 13648220.

HSL color Cylindrical-coordinate representation of color #5C41D0: hue angle of 251.33º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5C41D0 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9265208-
CMYK0.560.6900.18
HSL251.33º60.34%53.53%-
HSV(B)251.33º68.75%81.57%-
XYZ17.6910.6160.79-
YUV89.38194.95129.87-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.21%
GREEN value IS 65 (25.78% from 255) = 17.81%
BLUE value IS 208 (81.64% from 255) = 56.99%
R=25.21%
G=17.81%
B=56.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal92652080.560.6900.18251.3360.3453.53
Hex5C41D03845012fb3c36
Octal134101320701050223737466
Binary1011100100000111010000111000100010101001011111011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C41D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,65,208); }

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

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

 a { background-color: rgb(92,65,208); }

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

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

 span { border-color: rgb(92,65,208); }

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