#5C49CD

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

Shades of Slate Blue #5C49CD

Tints of Slate Blue #5C49CD

Color information

#5C49CD (or 0x5C49CD) is unknown color: approx Slate Blue. HEX triplet: 5C, 49 and CD. RGB value is (92,73,205). Sum of RGB (Red+Green+Blue) = 92+73+205=370 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.86% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C49CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C49CD is #A3B632. Grayscale: #5D5D5D. Windows color (decimal): -10729011 or 13453660. OLE color: 13453660.

HSL color Cylindrical-coordinate representation of color #5C49CD: hue angle of 248.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C49CD is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9273205-
CMYK0.550.6400.20
HSL248.64º56.9%54.51%-
HSV(B)248.64º64.39%80.39%-
XYZ17.8211.4559.03-
YUV93.73190.79126.77-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.86%
GREEN value IS 73 (28.91% from 255) = 19.73%
BLUE value IS 205 (80.47% from 255) = 55.41%
R=24.86%
G=19.73%
B=55.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal92732050.550.6400.20248.6456.954.51
Hex5C49CD3740014f93937
Octal134111315671000243717167
Binary1011100100100111001101110111100000001010011111001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C49CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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