Html Css Color HEX #5E48CA Slate Blue

📋 copy color: '#5E48CA'

red 94 ◦ green 72 ◦ blue 202

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

Shades of Slate Blue #5E48CA

Tints of Slate Blue #5E48CA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.57%

 BLUE value IS 202 (79.3% from 255) = 54.89%

R = 25.54%
G = 19.57%
B = 54.89%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5E48CA (or 0x5E48CA) is known color: Slate Blue. HEX triplet: 5E, 48 and CA. RGB value is (94,72,202). Sum of RGB (Red+Green+Blue) = 94+72+202=368 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.54% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 202 (79.30% from 255 or 54.89% from 368); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E48CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E48CA is #A1B735. Grayscale: #5C5C5C. Windows color (decimal): -10598198 or 13256798. OLE color: 13256798.

HSL color Cylindrical-coordinate representation of color #5E48CA: hue angle of 250.15º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E48CA is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 94 72 202 -
CMYK 0.53 0.64 0 0.21
HSL 250.15º 0.55% 0.54% -
HSV(B) 250.15º 0.64% 0.79% -
XYZ 17.59 11.28 57.13 -
YUV 93.4 189.29 128.43 -
System Red Green Blue C M Y K H S L
Decimal 94 72 202 0.53 0.64 0 0.21 250.15 0.55 0.54
Hex 5E 48 CA 35 40 0 15 FA 37 36
Octal 136 110 312 65 100 0 25 372 67 66
Binary 1011110 1001000 11001010 110101 1000000 0 10101 11111010 110111 110110

Color Harmonies of #5E48CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E48CA

Black with #5E48CA

Text Example


Text Example

White with #5E48CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,72,202); }

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

background-color css

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

 a { background-color: rgb(94,72,202); }

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

border-color css

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

 span { border-color: rgb(94,72,202); }

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