Html Css Color HEX #5E5ACF Slate Blue

📋 copy color: '#5E5ACF'

red 94 ◦ green 90 ◦ blue 207

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

Shades of Slate Blue #5E5ACF

Tints of Slate Blue #5E5ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.94%

R = 24.04%
G = 23.02%
B = 52.94%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E5ACF (or 0x5E5ACF) is known color: Slate Blue. HEX triplet: 5E, 5A and CF. RGB value is (94,90,207). Sum of RGB (Red+Green+Blue) = 94+90+207=391 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.04% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E5ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5ACF is #A1A530. Grayscale: #686868. Windows color (decimal): -10593585 or 13589086. OLE color: 13589086.

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

Color convert

RGB 94 90 207 -
CMYK 0.55 0.57 0 0.19
HSL 242.05º 0.55% 0.58% -
HSV(B) 242.05º 0.57% 0.81% -
XYZ 19.53 14.2 60.74 -
YUV 104.53 185.83 120.49 -
System Red Green Blue C M Y K H S L
Decimal 94 90 207 0.55 0.57 0 0.19 242.05 0.55 0.58
Hex 5E 5A CF 37 39 0 13 F2 37 3A
Octal 136 132 317 67 71 0 23 362 67 72
Binary 1011110 1011010 11001111 110111 111001 0 10011 11110010 110111 111010

Color Harmonies of #5E5ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5ACF

Black with #5E5ACF

Text Example


Text Example

White with #5E5ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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