Html Css Color HEX #5C4FDC Slate Blue

📋 copy color: '#5C4FDC'

red 92 ◦ green 79 ◦ blue 220

#5C4FDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #5C4FDC

Tints of Slate Blue #5C4FDC

RGB

 RED value IS 92 (36.33% from 255) = 23.53%

 GREEN value IS 79 (31.25% from 255) = 20.2%

 BLUE value IS 220 (86.33% from 255) = 56.27%

R = 23.53%
G = 20.2%
B = 56.27%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5C4FDC (or 0x5C4FDC) is known color: Slate Blue. HEX triplet: 5C, 4F and DC. RGB value is (92,79,220). Sum of RGB (Red+Green+Blue) = 92+79+220=391 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.53% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #5C4FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4FDC is #A3B023. Grayscale: #626262. Windows color (decimal): -10727460 or 14438236. OLE color: 14438236.

HSL color Cylindrical-coordinate representation of color #5C4FDC: hue angle of 245.53º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C4FDC is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 92 79 220 -
CMYK 0.58 0.64 0 0.14
HSL 245.53º 0.67% 0.59% -
HSV(B) 245.53º 0.64% 0.86% -
XYZ 20.13 13.03 69.17 -
YUV 98.96 196.31 123.04 -
System Red Green Blue C M Y K H S L
Decimal 92 79 220 0.58 0.64 0 0.14 245.53 0.67 0.59
Hex 5C 4F DC 3A 40 0 E F6 43 3B
Octal 134 117 334 72 100 0 16 366 103 73
Binary 1011100 1001111 11011100 111010 1000000 0 1110 11110110 1000011 111011

Color Harmonies of #5C4FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4FDC

Black with #5C4FDC

Text Example


Text Example

White with #5C4FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C4FDC;
 }
 .AnyTagClassName
 {
   color: #5C4FDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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