Html Css Color HEX #5E58DC Slate Blue

📋 copy color: '#5E58DC'

red 94 ◦ green 88 ◦ blue 220

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

Shades of Slate Blue #5E58DC

Tints of Slate Blue #5E58DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.73%

R = 23.38%
G = 21.89%
B = 54.73%

CMYK

 C value IS 0.57

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5E58DC (or 0x5E58DC) is known color: Slate Blue. HEX triplet: 5E, 58 and DC. RGB value is (94,88,220). Sum of RGB (Red+Green+Blue) = 94+88+220=402 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.38% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #5E58DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E58DC is #A1A723. Grayscale: #686868. Windows color (decimal): -10594084 or 14440542. OLE color: 14440542.

HSL color Cylindrical-coordinate representation of color #5E58DC: hue angle of 242.73º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E58DC is Cyan = 0.57, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 88 220 -
CMYK 0.57 0.6 0 0.14
HSL 242.73º 0.65% 0.6% -
HSV(B) 242.73º 0.6% 0.86% -
XYZ 21.02 14.53 69.41 -
YUV 104.84 192.99 120.27 -
System Red Green Blue C M Y K H S L
Decimal 94 88 220 0.57 0.6 0 0.14 242.73 0.65 0.6
Hex 5E 58 DC 39 3C 0 E F3 41 3C
Octal 136 130 334 71 74 0 16 363 101 74
Binary 1011110 1011000 11011100 111001 111100 0 1110 11110011 1000001 111100

Color Harmonies of #5E58DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E58DC

Black with #5E58DC

Text Example


Text Example

White with #5E58DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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