#5C4FCA

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

Shades of Slate Blue #5C4FCA

Tints of Slate Blue #5C4FCA

Color information

#5C4FCA (or 0x5C4FCA) is unknown color: approx Slate Blue. HEX triplet: 5C, 4F and CA. RGB value is (92,79,202). Sum of RGB (Red+Green+Blue) = 92+79+202=373 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.66% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C4FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4FCA is #A3B035. Grayscale: #606060. Windows color (decimal): -10727478 or 13258588. OLE color: 13258588.

HSL color Cylindrical-coordinate representation of color #5C4FCA: hue angle of 246.34º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C4FCA is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9279202-
CMYK0.540.6100.21
HSL246.34º53.71%55.1%-
HSV(B)246.34º60.89%79.22%-
XYZ17.8712.1357.28-
YUV96.91187.31124.5-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.66%
GREEN value IS 79 (31.25% from 255) = 21.18%
BLUE value IS 202 (79.30% from 255) = 54.16%
R=24.66%
G=21.18%
B=54.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal92792020.540.6100.21246.3453.7155.1
Hex5C4FCA363D015f63637
Octal13411731266750253666667
Binary101110010011111100101011011011110101010111110110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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