Html Css Color HEX #5E5DD0 Slate Blue

📋 copy color: '#5E5DD0'

red 94 ◦ green 93 ◦ blue 208

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

Shades of Slate Blue #5E5DD0

Tints of Slate Blue #5E5DD0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.54%

 BLUE value IS 208 (81.64% from 255) = 52.66%

R = 23.8%
G = 23.54%
B = 52.66%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5E5DD0 (or 0x5E5DD0) is known color: Slate Blue. HEX triplet: 5E, 5D and D0. RGB value is (94,93,208). Sum of RGB (Red+Green+Blue) = 94+93+208=395 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.80% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 208 (81.64% from 255 or 52.66% from 395); Max value from RGB is 208 - color contains mainly: blue. Hex color #5E5DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5DD0 is #A1A22F. Grayscale: #696969. Windows color (decimal): -10592816 or 13655390. OLE color: 13655390.

HSL color Cylindrical-coordinate representation of color #5E5DD0: hue angle of 240.52º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E5DD0 is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 94 93 208 -
CMYK 0.55 0.55 0 0.18
HSL 240.52º 0.55% 0.59% -
HSV(B) 240.52º 0.55% 0.82% -
XYZ 19.92 14.76 61.47 -
YUV 106.41 185.33 119.15 -
System Red Green Blue C M Y K H S L
Decimal 94 93 208 0.55 0.55 0 0.18 240.52 0.55 0.59
Hex 5E 5D D0 37 37 0 12 F1 37 3B
Octal 136 135 320 67 67 0 22 361 67 73
Binary 1011110 1011101 11010000 110111 110111 0 10010 11110001 110111 111011

Color Harmonies of #5E5DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5DD0

Black with #5E5DD0

Text Example


Text Example

White with #5E5DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,93,208); }

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

background-color css

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

 a { background-color: rgb(94,93,208); }

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

border-color css

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

 span { border-color: rgb(94,93,208); }

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