Html Css Color HEX #5E5ADD Slate Blue

📋 copy color: '#5E5ADD'

red 94 ◦ green 90 ◦ blue 221

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

Shades of Slate Blue #5E5ADD

Tints of Slate Blue #5E5ADD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.22%

 BLUE value IS 221 (86.72% from 255) = 54.57%

R = 23.21%
G = 22.22%
B = 54.57%

CMYK

 C value IS 0.57

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5E5ADD (or 0x5E5ADD) is known color: Slate Blue. HEX triplet: 5E, 5A and DD. RGB value is (94,90,221). Sum of RGB (Red+Green+Blue) = 94+90+221=405 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.21% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #5E5ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5ADD is #A1A522. Grayscale: #696969. Windows color (decimal): -10593571 or 14506590. OLE color: 14506590.

HSL color Cylindrical-coordinate representation of color #5E5ADD: hue angle of 241.83º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5E5ADD is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 90 221 -
CMYK 0.57 0.59 0 0.13
HSL 241.83º 0.66% 0.61% -
HSV(B) 241.83º 0.59% 0.87% -
XYZ 21.32 14.91 70.16 -
YUV 106.13 192.83 119.35 -
System Red Green Blue C M Y K H S L
Decimal 94 90 221 0.57 0.59 0 0.13 241.83 0.66 0.61
Hex 5E 5A DD 39 3B 0 D F2 42 3D
Octal 136 132 335 71 73 0 15 362 102 75
Binary 1011110 1011010 11011101 111001 111011 0 1101 11110010 1000010 111101

Color Harmonies of #5E5ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5ADD

Black with #5E5ADD

Text Example


Text Example

White with #5E5ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,90,221); }

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

background-color css

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

 a { background-color: rgb(94,90,221); }

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

border-color css

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

 span { border-color: rgb(94,90,221); }

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