Html Css Color HEX #5E65DE Slate Blue

📋 copy color: '#5E65DE'

red 94 ◦ green 101 ◦ blue 222

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

Shades of Slate Blue #5E65DE

Tints of Slate Blue #5E65DE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.22%

 BLUE value IS 222 (87.11% from 255) = 53.24%

R = 22.54%
G = 24.22%
B = 53.24%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5E65DE (or 0x5E65DE) is known color: Slate Blue. HEX triplet: 5E, 65 and DE. RGB value is (94,101,222). Sum of RGB (Red+Green+Blue) = 94+101+222=417 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.54% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E65DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E65DE is #A19A21. Grayscale: #707070. Windows color (decimal): -10590754 or 14574942. OLE color: 14574942.

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

Color convert

RGB 94 101 222 -
CMYK 0.58 0.55 0 0.13
HSL 236.72º 0.66% 0.62% -
HSV(B) 236.72º 0.58% 0.87% -
XYZ 22.45 16.96 71.2 -
YUV 112.7 189.68 114.66 -
System Red Green Blue C M Y K H S L
Decimal 94 101 222 0.58 0.55 0 0.13 236.72 0.66 0.62
Hex 5E 65 DE 3A 37 0 D ED 42 3E
Octal 136 145 336 72 67 0 15 355 102 76
Binary 1011110 1100101 11011110 111010 110111 0 1101 11101101 1000010 111110

Color Harmonies of #5E65DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E65DE

Black with #5E65DE

Text Example


Text Example

White with #5E65DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,101,222); }

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

background-color css

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

 a { background-color: rgb(94,101,222); }

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

border-color css

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

 span { border-color: rgb(94,101,222); }

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