Html Css Color HEX #585EDB Slate Blue

📋 copy color: '#585EDB'

red 88 ◦ green 94 ◦ blue 219

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

Shades of Slate Blue #585EDB

Tints of Slate Blue #585EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.61%

R = 21.95%
G = 23.44%
B = 54.61%

CMYK

 C value IS 0.60

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#585EDB (or 0x585EDB) is known color: Slate Blue. HEX triplet: 58, 5E and DB. RGB value is (88,94,219). Sum of RGB (Red+Green+Blue) = 88+94+219=401 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.95% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #585EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585EDB is #A7A124. Grayscale: #696969. Windows color (decimal): -10985765 or 14376536. OLE color: 14376536.

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

Color convert

RGB 88 94 219 -
CMYK 0.60 0.57 0 0.14
HSL 237.25º 0.65% 0.6% -
HSV(B) 237.25º 0.6% 0.86% -
XYZ 20.81 15.19 68.85 -
YUV 106.46 191.51 114.84 -
System Red Green Blue C M Y K H S L
Decimal 88 94 219 0.60 0.57 0 0.14 237.25 0.65 0.6
Hex 58 5E DB 3C 39 0 E ED 41 3C
Octal 130 136 333 74 71 0 16 355 101 74
Binary 1011000 1011110 11011011 111100 111001 0 1110 11101101 1000001 111100

Color Harmonies of #585EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585EDB

Black with #585EDB

Text Example


Text Example

White with #585EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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