#5C49CE

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

Shades of Slate Blue #5C49CE

Tints of Slate Blue #5C49CE

Color information

#5C49CE (or 0x5C49CE) is unknown color: approx Slate Blue. HEX triplet: 5C, 49 and CE. RGB value is (92,73,206). Sum of RGB (Red+Green+Blue) = 92+73+206=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C49CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C49CE is #A3B631. Grayscale: #5D5D5D. Windows color (decimal): -10729010 or 13519196. OLE color: 13519196.

HSL color Cylindrical-coordinate representation of color #5C49CE: hue angle of 248.57º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5C49CE is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9273206-
CMYK0.550.6500.19
HSL248.57º57.58%54.71%-
HSV(B)248.57º64.56%80.78%-
XYZ17.9411.559.67-
YUV93.84191.29126.69-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.80%
GREEN value IS 73 (28.91% from 255) = 19.68%
BLUE value IS 206 (80.86% from 255) = 55.53%
R=24.80%
G=19.68%
B=55.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal92732060.550.6500.19248.5757.5854.71
Hex5C49CE3741013f93a37
Octal134111316671010233717267
Binary1011100100100111001110110111100000101001111111001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C49CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,73,206); }

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

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

 a { background-color: rgb(92,73,206); }

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

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

 span { border-color: rgb(92,73,206); }

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