Html Css Color HEX #5E58DD Slate Blue

📋 copy color: '#5E58DD'

red 94 ◦ green 88 ◦ blue 221

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

Shades of Slate Blue #5E58DD

Tints of Slate Blue #5E58DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.84%

R = 23.33%
G = 21.84%
B = 54.84%

CMYK

 C value IS 0.57

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5E58DD (or 0x5E58DD) is known color: Slate Blue. HEX triplet: 5E, 58 and DD. RGB value is (94,88,221). Sum of RGB (Red+Green+Blue) = 94+88+221=403 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.33% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #5E58DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E58DD is #A1A722. Grayscale: #686868. Windows color (decimal): -10594083 or 14506078. OLE color: 14506078.

HSL color Cylindrical-coordinate representation of color #5E58DD: hue angle of 242.71º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E58DD is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 88 221 -
CMYK 0.57 0.60 0 0.13
HSL 242.71º 0.66% 0.61% -
HSV(B) 242.71º 0.6% 0.87% -
XYZ 21.16 14.58 70.11 -
YUV 104.96 193.49 120.19 -
System Red Green Blue C M Y K H S L
Decimal 94 88 221 0.57 0.60 0 0.13 242.71 0.66 0.61
Hex 5E 58 DD 39 3C 0 D F3 42 3D
Octal 136 130 335 71 74 0 15 363 102 75
Binary 1011110 1011000 11011101 111001 111100 0 1101 11110011 1000010 111101

Color Harmonies of #5E58DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E58DD

Black with #5E58DD

Text Example


Text Example

White with #5E58DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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