Html Css Color HEX #5C44CE Slate Blue

📋 copy color: '#5C44CE'

red 92 ◦ green 68 ◦ blue 206

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

Shades of Slate Blue #5C44CE

Tints of Slate Blue #5C44CE

RGB

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

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

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

R = 25.14%
G = 18.58%
B = 56.28%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5C44CE (or 0x5C44CE) is known color: Slate Blue. HEX triplet: 5C, 44 and CE. RGB value is (92,68,206). Sum of RGB (Red+Green+Blue) = 92+68+206=366 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.14% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C44CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C44CE is #A3BB31. Grayscale: #5A5A5A. Windows color (decimal): -10730290 or 13517916. OLE color: 13517916.

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

Color convert

RGB 92 68 206 -
CMYK 0.55 0.67 0 0.19
HSL 250.43º 0.58% 0.54% -
HSV(B) 250.43º 0.67% 0.81% -
XYZ 17.62 10.87 59.56 -
YUV 90.91 192.95 128.78 -
System Red Green Blue C M Y K H S L
Decimal 92 68 206 0.55 0.67 0 0.19 250.43 0.58 0.54
Hex 5C 44 CE 37 43 0 13 FA 3A 36
Octal 134 104 316 67 103 0 23 372 72 66
Binary 1011100 1000100 11001110 110111 1000011 0 10011 11111010 111010 110110

Color Harmonies of #5C44CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C44CE

Black with #5C44CE

Text Example


Text Example

White with #5C44CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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