Html Css Color HEX #585EDD Slate Blue

📋 copy color: '#585EDD'

red 88 ◦ green 94 ◦ blue 221

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

Shades of Slate Blue #585EDD

Tints of Slate Blue #585EDD

RGB

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

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

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

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

CMYK

 C value IS 0.60

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#585EDD (or 0x585EDD) is known color: Slate Blue. HEX triplet: 58, 5E and DD. RGB value is (88,94,221). Sum of RGB (Red+Green+Blue) = 88+94+221=403 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.84% from 403); Green value is 94 (37.11% from 255 or 23.33% 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 #585EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585EDD is #A7A122. Grayscale: #6A6A6A. Windows color (decimal): -10985763 or 14507608. OLE color: 14507608.

HSL color Cylindrical-coordinate representation of color #585EDD: hue angle of 237.29º 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 #585EDD is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 94 221 -
CMYK 0.60 0.57 0 0.13
HSL 237.29º 0.66% 0.61% -
HSV(B) 237.29º 0.6% 0.87% -
XYZ 21.08 15.3 70.25 -
YUV 106.68 192.51 114.67 -
System Red Green Blue C M Y K H S L
Decimal 88 94 221 0.60 0.57 0 0.13 237.29 0.66 0.61
Hex 58 5E DD 3C 39 0 D ED 42 3D
Octal 130 136 335 74 71 0 15 355 102 75
Binary 1011000 1011110 11011101 111100 111001 0 1101 11101101 1000010 111101

Color Harmonies of #585EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585EDD

Black with #585EDD

Text Example


Text Example

White with #585EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585EDD; }

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

 H1.HeaderClassName
 {
   color: #585EDD;
 }
 .AnyTagClassName
 {
   color: #585EDD;
 }
</style>

background-color css

<style>
 a { background-color: #585EDD; }

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

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

border-color css

<style>
 span { border-color: #585EDD; }

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

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