Html Css Color HEX #5E66DC Slate Blue

📋 copy color: '#5E66DC'

red 94 ◦ green 102 ◦ blue 220

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

Shades of Slate Blue #5E66DC

Tints of Slate Blue #5E66DC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.52%

 BLUE value IS 220 (86.33% from 255) = 52.88%

R = 22.6%
G = 24.52%
B = 52.88%

CMYK

 C value IS 0.57

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5E66DC (or 0x5E66DC) is known color: Slate Blue. HEX triplet: 5E, 66 and DC. RGB value is (94,102,220). Sum of RGB (Red+Green+Blue) = 94+102+220=416 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.60% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #5E66DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E66DC is #A19923. Grayscale: #707070. Windows color (decimal): -10590500 or 14444126. OLE color: 14444126.

HSL color Cylindrical-coordinate representation of color #5E66DC: hue angle of 236.19º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E66DC is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 102 220 -
CMYK 0.57 0.54 0 0.14
HSL 236.19º 0.64% 0.62% -
HSV(B) 236.19º 0.57% 0.86% -
XYZ 22.29 17.05 69.83 -
YUV 113.06 188.35 114.41 -
System Red Green Blue C M Y K H S L
Decimal 94 102 220 0.57 0.54 0 0.14 236.19 0.64 0.62
Hex 5E 66 DC 39 36 0 E EC 40 3E
Octal 136 146 334 71 66 0 16 354 100 76
Binary 1011110 1100110 11011100 111001 110110 0 1110 11101100 1000000 111110

Color Harmonies of #5E66DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E66DC

Black with #5E66DC

Text Example


Text Example

White with #5E66DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,102,220); }

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

background-color css

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

 a { background-color: rgb(94,102,220); }

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

border-color css

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

 span { border-color: rgb(94,102,220); }

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