Html Css Color HEX #585DDB Slate Blue

📋 copy color: '#585DDB'

red 88 ◦ green 93 ◦ blue 219

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

Shades of Slate Blue #585DDB

Tints of Slate Blue #585DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.25%

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

R = 22%
G = 23.25%
B = 54.75%

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

#585DDB (or 0x585DDB) is known color: Slate Blue. HEX triplet: 58, 5D and DB. RGB value is (88,93,219). Sum of RGB (Red+Green+Blue) = 88+93+219=400 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #585DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585DDB is #A7A224. Grayscale: #696969. Windows color (decimal): -10986021 or 14376280. OLE color: 14376280.

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

Color convert

RGB 88 93 219 -
CMYK 0.60 0.58 0 0.14
HSL 237.71º 0.65% 0.6% -
HSV(B) 237.71º 0.6% 0.86% -
XYZ 20.73 15.02 68.82 -
YUV 105.87 191.84 115.25 -
System Red Green Blue C M Y K H S L
Decimal 88 93 219 0.60 0.58 0 0.14 237.71 0.65 0.6
Hex 58 5D DB 3C 3A 0 E EE 41 3C
Octal 130 135 333 74 72 0 16 356 101 74
Binary 1011000 1011101 11011011 111100 111010 0 1110 11101110 1000001 111100

Color Harmonies of #585DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585DDB

Black with #585DDB

Text Example


Text Example

White with #585DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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