Html Css Color HEX #5E46CC Slate Blue

📋 copy color: '#5E46CC'

red 94 ◦ green 70 ◦ blue 204

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

Shades of Slate Blue #5E46CC

Tints of Slate Blue #5E46CC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.02%

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

R = 25.54%
G = 19.02%
B = 55.43%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5E46CC (or 0x5E46CC) is known color: Slate Blue. HEX triplet: 5E, 46 and CC. RGB value is (94,70,204). Sum of RGB (Red+Green+Blue) = 94+70+204=368 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.54% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E46CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E46CC is #A1B933. Grayscale: #5B5B5B. Windows color (decimal): -10598708 or 13387358. OLE color: 13387358.

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

Color convert

RGB 94 70 204 -
CMYK 0.54 0.66 0 0.2
HSL 250.75º 0.57% 0.54% -
HSV(B) 250.75º 0.66% 0.8% -
XYZ 17.71 11.12 58.34 -
YUV 92.45 190.95 129.1 -
System Red Green Blue C M Y K H S L
Decimal 94 70 204 0.54 0.66 0 0.2 250.75 0.57 0.54
Hex 5E 46 CC 36 42 0 14 FB 39 36
Octal 136 106 314 66 102 0 24 373 71 66
Binary 1011110 1000110 11001100 110110 1000010 0 10100 11111011 111001 110110

Color Harmonies of #5E46CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E46CC

Black with #5E46CC

Text Example


Text Example

White with #5E46CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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