Html Css Color HEX #585BDB Slate Blue

📋 copy color: '#585BDB'

red 88 ◦ green 91 ◦ blue 219

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

Shades of Slate Blue #585BDB

Tints of Slate Blue #585BDB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.86%

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

R = 22.11%
G = 22.86%
B = 55.03%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#585BDB (or 0x585BDB) is known color: Slate Blue. HEX triplet: 58, 5B and DB. RGB value is (88,91,219). Sum of RGB (Red+Green+Blue) = 88+91+219=398 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.11% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #585BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585BDB is #A7A424. Grayscale: #686868. Windows color (decimal): -10986533 or 14375768. OLE color: 14375768.

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

Color convert

RGB 88 91 219 -
CMYK 0.60 0.58 0 0.14
HSL 238.63º 0.65% 0.6% -
HSV(B) 238.63º 0.6% 0.86% -
XYZ 20.55 14.67 68.77 -
YUV 104.7 192.51 116.09 -
System Red Green Blue C M Y K H S L
Decimal 88 91 219 0.60 0.58 0 0.14 238.63 0.65 0.6
Hex 58 5B DB 3C 3A 0 E EF 41 3C
Octal 130 133 333 74 72 0 16 357 101 74
Binary 1011000 1011011 11011011 111100 111010 0 1110 11101111 1000001 111100

Color Harmonies of #585BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585BDB

Black with #585BDB

Text Example


Text Example

White with #585BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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