#5C40DD

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

Shades of Slate Blue #5C40DD

Tints of Slate Blue #5C40DD

Color information

#5C40DD (or 0x5C40DD) is unknown color: approx Slate Blue. HEX triplet: 5C, 40 and DD. RGB value is (92,64,221). Sum of RGB (Red+Green+Blue) = 92+64+221=377 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.40% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #5C40DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C40DD is #A3BF22. Grayscale: #595959. Windows color (decimal): -10731299 or 14499932. OLE color: 14499932.

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

Color convert

RGB9264221-
CMYK0.580.7100.13
HSL250.7º69.78%55.88%-
HSV(B)250.7º71.04%86.67%-
XYZ19.311.1669.54-
YUV90.27201.78129.23-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.40%
GREEN value IS 64 (25.39% from 255) = 16.98%
BLUE value IS 221 (86.72% from 255) = 58.62%
R=24.40%
G=16.98%
B=58.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal92642210.580.7100.13250.769.7855.88
Hex5C40DD3A470Dfb4638
Octal1341003357210701537310670
Binary1011100100000011011101111010100011101101111110111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C40DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,64,221); }

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

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

 a { background-color: rgb(92,64,221); }

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

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

 span { border-color: rgb(92,64,221); }

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