#5C4AC5

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

Shades of Slate Blue #5C4AC5

Tints of Slate Blue #5C4AC5

Color information

#5C4AC5 (or 0x5C4AC5) is unknown color: approx Slate Blue. HEX triplet: 5C, 4A and C5. RGB value is (92,74,197). Sum of RGB (Red+Green+Blue) = 92+74+197=363 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.34% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 197 (77.34% from 255 or 54.27% from 363); Max value from RGB is 197 - color contains mainly: blue. Hex color #5C4AC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C4AC5 is #A3B53A. Grayscale: #5C5C5C. Windows color (decimal): -10728763 or 12929628. OLE color: 12929628.

HSL color Cylindrical-coordinate representation of color #5C4AC5: hue angle of 248.78º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C4AC5 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9274197-
CMYK0.530.6200.23
HSL248.78º51.46%53.14%-
HSV(B)248.78º62.44%77.25%-
XYZ16.9411.254.09-
YUV93.4186.46127-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.34%
GREEN value IS 74 (29.30% from 255) = 20.39%
BLUE value IS 197 (77.34% from 255) = 54.27%
R=25.34%
G=20.39%
B=54.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal92741970.530.6200.23248.7851.4653.14
Hex5C4AC5353E017f93335
Octal13411230565760273716365
Binary101110010010101100010111010111111001011111111001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,74,197); }

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

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

 a { background-color: rgb(92,74,197); }

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

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

 span { border-color: rgb(92,74,197); }

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