Html Css Color HEX #5E5ACE Slate Blue

📋 copy color: '#5E5ACE'

red 94 ◦ green 90 ◦ blue 206

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

Shades of Slate Blue #5E5ACE

Tints of Slate Blue #5E5ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.82%

R = 24.1%
G = 23.08%
B = 52.82%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E5ACE (or 0x5E5ACE) is known color: Slate Blue. HEX triplet: 5E, 5A and CE. RGB value is (94,90,206). Sum of RGB (Red+Green+Blue) = 94+90+206=390 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.10% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E5ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5ACE is #A1A531. Grayscale: #676767. Windows color (decimal): -10593586 or 13523550. OLE color: 13523550.

HSL color Cylindrical-coordinate representation of color #5E5ACE: hue angle of 242.07º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E5ACE is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 94 90 206 -
CMYK 0.54 0.56 0 0.19
HSL 242.07º 0.54% 0.58% -
HSV(B) 242.07º 0.56% 0.81% -
XYZ 19.41 14.15 60.1 -
YUV 104.42 185.33 120.57 -
System Red Green Blue C M Y K H S L
Decimal 94 90 206 0.54 0.56 0 0.19 242.07 0.54 0.58
Hex 5E 5A CE 36 38 0 13 F2 36 3A
Octal 136 132 316 66 70 0 23 362 66 72
Binary 1011110 1011010 11001110 110110 111000 0 10011 11110010 110110 111010

Color Harmonies of #5E5ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5ACE

Black with #5E5ACE

Text Example


Text Example

White with #5E5ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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