Html Css Color HEX #5C44CD Slate Blue

📋 copy color: '#5C44CD'

red 92 ◦ green 68 ◦ blue 205

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

Shades of Slate Blue #5C44CD

Tints of Slate Blue #5C44CD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.63%

 BLUE value IS 205 (80.47% from 255) = 56.16%

R = 25.21%
G = 18.63%
B = 56.16%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5C44CD (or 0x5C44CD) is known color: Slate Blue. HEX triplet: 5C, 44 and CD. RGB value is (92,68,205). Sum of RGB (Red+Green+Blue) = 92+68+205=365 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.21% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C44CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C44CD is #A3BB32. Grayscale: #5A5A5A. Windows color (decimal): -10730291 or 13452380. OLE color: 13452380.

HSL color Cylindrical-coordinate representation of color #5C44CD: hue angle of 250.51º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5C44CD is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 92 68 205 -
CMYK 0.55 0.67 0 0.20
HSL 250.51º 0.58% 0.54% -
HSV(B) 250.51º 0.67% 0.8% -
XYZ 17.5 10.82 58.92 -
YUV 90.79 192.45 128.86 -
System Red Green Blue C M Y K H S L
Decimal 92 68 205 0.55 0.67 0 0.20 250.51 0.58 0.54
Hex 5C 44 CD 37 43 0 14 FB 3A 36
Octal 134 104 315 67 103 0 24 373 72 66
Binary 1011100 1000100 11001101 110111 1000011 0 10100 11111011 111010 110110

Color Harmonies of #5C44CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C44CD

Black with #5C44CD

Text Example


Text Example

White with #5C44CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,68,205); }

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

background-color css

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

 a { background-color: rgb(92,68,205); }

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

border-color css

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

 span { border-color: rgb(92,68,205); }

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