Html Css Color HEX #585CDB Slate Blue

📋 copy color: '#585CDB'

red 88 ◦ green 92 ◦ blue 219

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

Shades of Slate Blue #585CDB

Tints of Slate Blue #585CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.06%

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

R = 22.06%
G = 23.06%
B = 54.89%

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

#585CDB (or 0x585CDB) is known color: Slate Blue. HEX triplet: 58, 5C and DB. RGB value is (88,92,219). Sum of RGB (Red+Green+Blue) = 88+92+219=399 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.06% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #585CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585CDB is #A7A324. Grayscale: #686868. Windows color (decimal): -10986277 or 14376024. OLE color: 14376024.

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

Color convert

RGB 88 92 219 -
CMYK 0.60 0.58 0 0.14
HSL 238.17º 0.65% 0.6% -
HSV(B) 238.17º 0.6% 0.86% -
XYZ 20.64 14.84 68.8 -
YUV 105.28 192.17 115.67 -
System Red Green Blue C M Y K H S L
Decimal 88 92 219 0.60 0.58 0 0.14 238.17 0.65 0.6
Hex 58 5C DB 3C 3A 0 E EE 41 3C
Octal 130 134 333 74 72 0 16 356 101 74
Binary 1011000 1011100 11011011 111100 111010 0 1110 11101110 1000001 111100

Color Harmonies of #585CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585CDB

Black with #585CDB

Text Example


Text Example

White with #585CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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