Html Css Color HEX #5C4FCE Slate Blue

📋 copy color: '#5C4FCE'

red 92 ◦ green 79 ◦ blue 206

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

Shades of Slate Blue #5C4FCE

Tints of Slate Blue #5C4FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.64%

R = 24.4%
G = 20.95%
B = 54.64%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5C4FCE (or 0x5C4FCE) is known color: Slate Blue. HEX triplet: 5C, 4F and CE. RGB value is (92,79,206). Sum of RGB (Red+Green+Blue) = 92+79+206=377 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.40% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C4FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4FCE is #A3B031. Grayscale: #606060. Windows color (decimal): -10727474 or 13520732. OLE color: 13520732.

HSL color Cylindrical-coordinate representation of color #5C4FCE: hue angle of 246.14º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C4FCE is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 92 79 206 -
CMYK 0.55 0.62 0 0.19
HSL 246.14º 0.56% 0.56% -
HSV(B) 246.14º 0.62% 0.81% -
XYZ 18.35 12.32 59.8 -
YUV 97.37 189.31 124.17 -
System Red Green Blue C M Y K H S L
Decimal 92 79 206 0.55 0.62 0 0.19 246.14 0.56 0.56
Hex 5C 4F CE 37 3E 0 13 F6 38 38
Octal 134 117 316 67 76 0 23 366 70 70
Binary 1011100 1001111 11001110 110111 111110 0 10011 11110110 111000 111000

Color Harmonies of #5C4FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4FCE

Black with #5C4FCE

Text Example


Text Example

White with #5C4FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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