Html Css Color HEX #5E49CC Slate Blue

📋 copy color: '#5E49CC'

red 94 ◦ green 73 ◦ blue 204

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

Shades of Slate Blue #5E49CC

Tints of Slate Blue #5E49CC

RGB

 RED value IS 94 (37.11% from 255) = 25.34%

 GREEN value IS 73 (28.91% from 255) = 19.68%

 BLUE value IS 204 (80.08% from 255) = 54.99%

R = 25.34%
G = 19.68%
B = 54.99%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5E49CC (or 0x5E49CC) is known color: Slate Blue. HEX triplet: 5E, 49 and CC. RGB value is (94,73,204). Sum of RGB (Red+Green+Blue) = 94+73+204=371 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.34% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E49CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E49CC is #A1B633. Grayscale: #5D5D5D. Windows color (decimal): -10597940 or 13388126. OLE color: 13388126.

HSL color Cylindrical-coordinate representation of color #5E49CC: hue angle of 249.62º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E49CC is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 94 73 204 -
CMYK 0.54 0.64 0 0.2
HSL 249.62º 0.56% 0.54% -
HSV(B) 249.62º 0.64% 0.8% -
XYZ 17.9 11.5 58.4 -
YUV 94.21 189.96 127.85 -
System Red Green Blue C M Y K H S L
Decimal 94 73 204 0.54 0.64 0 0.2 249.62 0.56 0.54
Hex 5E 49 CC 36 40 0 14 FA 38 36
Octal 136 111 314 66 100 0 24 372 70 66
Binary 1011110 1001001 11001100 110110 1000000 0 10100 11111010 111000 110110

Color Harmonies of #5E49CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E49CC

Black with #5E49CC

Text Example


Text Example

White with #5E49CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,73,204); }

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

background-color css

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

 a { background-color: rgb(94,73,204); }

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

border-color css

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

 span { border-color: rgb(94,73,204); }

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