Html Css Color HEX #5E42DA Slate Blue

📋 copy color: '#5E42DA'

red 94 ◦ green 66 ◦ blue 218

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

Shades of Slate Blue #5E42DA

Tints of Slate Blue #5E42DA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.46%

 BLUE value IS 218 (85.55% from 255) = 57.67%

R = 24.87%
G = 17.46%
B = 57.67%

CMYK

 C value IS 0.57

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5E42DA (or 0x5E42DA) is known color: Slate Blue. HEX triplet: 5E, 42 and DA. RGB value is (94,66,218). Sum of RGB (Red+Green+Blue) = 94+66+218=378 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.87% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #5E42DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E42DA is #A1BD25. Grayscale: #5B5B5B. Windows color (decimal): -10599718 or 14303838. OLE color: 14303838.

HSL color Cylindrical-coordinate representation of color #5E42DA: hue angle of 251.05º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5E42DA is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 94 66 218 -
CMYK 0.57 0.70 0 0.15
HSL 251.05º 0.67% 0.56% -
HSV(B) 251.05º 0.7% 0.85% -
XYZ 19.22 11.34 67.51 -
YUV 91.7 199.28 129.64 -
System Red Green Blue C M Y K H S L
Decimal 94 66 218 0.57 0.70 0 0.15 251.05 0.67 0.56
Hex 5E 42 DA 39 46 0 F FB 43 38
Octal 136 102 332 71 106 0 17 373 103 70
Binary 1011110 1000010 11011010 111001 1000110 0 1111 11111011 1000011 111000

Color Harmonies of #5E42DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E42DA

Black with #5E42DA

Text Example


Text Example

White with #5E42DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,66,218); }

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

background-color css

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

 a { background-color: rgb(94,66,218); }

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

border-color css

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

 span { border-color: rgb(94,66,218); }

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