Html Css Color HEX #5E53E4 Slate Blue

📋 copy color: '#5E53E4'

red 94 ◦ green 83 ◦ blue 228

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

Shades of Slate Blue #5E53E4

Tints of Slate Blue #5E53E4

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.49%

 BLUE value IS 228 (89.45% from 255) = 56.3%

R = 23.21%
G = 20.49%
B = 56.3%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#5E53E4 (or 0x5E53E4) is known color: Slate Blue. HEX triplet: 5E, 53 and E4. RGB value is (94,83,228). Sum of RGB (Red+Green+Blue) = 94+83+228=405 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.21% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 228 (89.45% from 255 or 56.30% from 405); Max value from RGB is 228 - color contains mainly: blue. Hex color #5E53E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E53E4 is #A1AC1B. Grayscale: #666666. Windows color (decimal): -10595356 or 14963550. OLE color: 14963550.

HSL color Cylindrical-coordinate representation of color #5E53E4: hue angle of 244.55º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E53E4 is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 94 83 228 -
CMYK 0.59 0.64 0 0.11
HSL 244.55º 0.73% 0.61% -
HSV(B) 244.55º 0.64% 0.89% -
XYZ 21.71 14.17 74.99 -
YUV 102.82 198.64 121.71 -
System Red Green Blue C M Y K H S L
Decimal 94 83 228 0.59 0.64 0 0.11 244.55 0.73 0.61
Hex 5E 53 E4 3B 40 0 B F5 49 3D
Octal 136 123 344 73 100 0 13 365 111 75
Binary 1011110 1010011 11100100 111011 1000000 0 1011 11110101 1001001 111101

Color Harmonies of #5E53E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E53E4

Black with #5E53E4

Text Example


Text Example

White with #5E53E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,83,228); }

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

background-color css

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

 a { background-color: rgb(94,83,228); }

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

border-color css

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

 span { border-color: rgb(94,83,228); }

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