Html Css Color HEX #5E58CE Slate Blue

📋 copy color: '#5E58CE'

red 94 ◦ green 88 ◦ blue 206

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

Shades of Slate Blue #5E58CE

Tints of Slate Blue #5E58CE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.68%

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

R = 24.23%
G = 22.68%
B = 53.09%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E58CE (or 0x5E58CE) is known color: Slate Blue. HEX triplet: 5E, 58 and CE. RGB value is (94,88,206). Sum of RGB (Red+Green+Blue) = 94+88+206=388 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.23% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E58CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E58CE is #A1A731. Grayscale: #666666. Windows color (decimal): -10594098 or 13523038. OLE color: 13523038.

HSL color Cylindrical-coordinate representation of color #5E58CE: hue angle of 243.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 #5E58CE is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 94 88 206 -
CMYK 0.54 0.57 0 0.19
HSL 243.05º 0.55% 0.58% -
HSV(B) 243.05º 0.57% 0.81% -
XYZ 19.25 13.82 60.04 -
YUV 103.25 185.99 121.41 -
System Red Green Blue C M Y K H S L
Decimal 94 88 206 0.54 0.57 0 0.19 243.05 0.55 0.58
Hex 5E 58 CE 36 39 0 13 F3 37 3A
Octal 136 130 316 66 71 0 23 363 67 72
Binary 1011110 1011000 11001110 110110 111001 0 10011 11110011 110111 111010

Color Harmonies of #5E58CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E58CE

Black with #5E58CE

Text Example


Text Example

White with #5E58CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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