#5C4FC4

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

Shades of Slate Blue #5C4FC4

Tints of Slate Blue #5C4FC4

Color information

#5C4FC4 (or 0x5C4FC4) is unknown color: approx Slate Blue. HEX triplet: 5C, 4F and C4. RGB value is (92,79,196). Sum of RGB (Red+Green+Blue) = 92+79+196=367 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.07% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 196 (76.95% from 255 or 53.41% from 367); Max value from RGB is 196 - color contains mainly: blue. Hex color #5C4FC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4FC4 is #A3B03B. Grayscale: #5F5F5F. Windows color (decimal): -10727484 or 12865372. OLE color: 12865372.

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

Color convert

RGB9279196-
CMYK0.530.6000.23
HSL246.67º49.79%53.92%-
HSV(B)246.67º59.69%76.86%-
XYZ17.1711.8553.61-
YUV96.22184.31124.99-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.07%
GREEN value IS 79 (31.25% from 255) = 21.53%
BLUE value IS 196 (76.95% from 255) = 53.41%
R=25.07%
G=21.53%
B=53.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal92791960.530.6000.23246.6749.7953.92
Hex5C4FC4353C017f73236
Octal13411730465740273676266
Binary101110010011111100010011010111110001011111110111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,79,196); }

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

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

 a { background-color: rgb(92,79,196); }

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

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

 span { border-color: rgb(92,79,196); }

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