Html Css Color HEX #5E58D8 Slate Blue

📋 copy color: '#5E58D8'

red 94 ◦ green 88 ◦ blue 216

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

Shades of Slate Blue #5E58D8

Tints of Slate Blue #5E58D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 54.27%

R = 23.62%
G = 22.11%
B = 54.27%

CMYK

 C value IS 0.56

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5E58D8 (or 0x5E58D8) is known color: Slate Blue. HEX triplet: 5E, 58 and D8. RGB value is (94,88,216). Sum of RGB (Red+Green+Blue) = 94+88+216=398 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.62% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 216 (84.77% from 255 or 54.27% from 398); Max value from RGB is 216 - color contains mainly: blue. Hex color #5E58D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E58D8 is #A1A727. Grayscale: #676767. Windows color (decimal): -10594088 or 14178398. OLE color: 14178398.

HSL color Cylindrical-coordinate representation of color #5E58D8: hue angle of 242.81º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5E58D8 is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 94 88 216 -
CMYK 0.56 0.59 0 0.15
HSL 242.81º 0.62% 0.6% -
HSV(B) 242.81º 0.59% 0.85% -
XYZ 20.5 14.32 66.65 -
YUV 104.39 190.99 120.59 -
System Red Green Blue C M Y K H S L
Decimal 94 88 216 0.56 0.59 0 0.15 242.81 0.62 0.6
Hex 5E 58 D8 38 3B 0 F F3 3E 3C
Octal 136 130 330 70 73 0 17 363 76 74
Binary 1011110 1011000 11011000 111000 111011 0 1111 11110011 111110 111100

Color Harmonies of #5E58D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E58D8

Black with #5E58D8

Text Example


Text Example

White with #5E58D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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