#5C49BF

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

Shades of Slate Blue #5C49BF

Tints of Slate Blue #5C49BF

Color information

#5C49BF (or 0x5C49BF) is unknown color: approx Slate Blue. HEX triplet: 5C, 49 and BF. RGB value is (92,73,191). Sum of RGB (Red+Green+Blue) = 92+73+191=356 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.84% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #5C49BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C49BF is #A3B640. Grayscale: #5B5B5B. Windows color (decimal): -10729025 or 12536156. OLE color: 12536156.

HSL color Cylindrical-coordinate representation of color #5C49BF: hue angle of 249.66º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C49BF is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9273191-
CMYK0.520.6200.25
HSL249.66º47.97%51.76%-
HSV(B)249.66º61.78%74.9%-
XYZ16.210.850.52-
YUV92.13183.79127.91-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.84%
GREEN value IS 73 (28.91% from 255) = 20.51%
BLUE value IS 191 (75% from 255) = 53.65%
R=25.84%
G=20.51%
B=53.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal92731910.520.6200.25249.6647.9751.76
Hex5C49BF343E019fa3034
Octal13411127764760313726064
Binary101110010010011011111111010011111001100111111010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C49BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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