Html Css Color HEX #585EDF Slate Blue

📋 copy color: '#585EDF'

red 88 ◦ green 94 ◦ blue 223

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

Shades of Slate Blue #585EDF

Tints of Slate Blue #585EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.06%

R = 21.73%
G = 23.21%
B = 55.06%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#585EDF (or 0x585EDF) is known color: Slate Blue. HEX triplet: 58, 5E and DF. RGB value is (88,94,223). Sum of RGB (Red+Green+Blue) = 88+94+223=405 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.73% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #585EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585EDF is #A7A120. Grayscale: #6A6A6A. Windows color (decimal): -10985761 or 14638680. OLE color: 14638680.

HSL color Cylindrical-coordinate representation of color #585EDF: hue angle of 237.33º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #585EDF is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 94 223 -
CMYK 0.61 0.58 0 0.13
HSL 237.33º 0.68% 0.61% -
HSV(B) 237.33º 0.61% 0.87% -
XYZ 21.35 15.41 71.66 -
YUV 106.91 193.51 114.51 -
System Red Green Blue C M Y K H S L
Decimal 88 94 223 0.61 0.58 0 0.13 237.33 0.68 0.61
Hex 58 5E DF 3D 3A 0 D ED 44 3D
Octal 130 136 337 75 72 0 15 355 104 75
Binary 1011000 1011110 11011111 111101 111010 0 1101 11101101 1000100 111101

Color Harmonies of #585EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585EDF

Black with #585EDF

Text Example


Text Example

White with #585EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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