Html Css Color HEX #5859DB Slate Blue

📋 copy color: '#5859DB'

red 88 ◦ green 89 ◦ blue 219

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

Shades of Slate Blue #5859DB

Tints of Slate Blue #5859DB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.47%

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

R = 22.22%
G = 22.47%
B = 55.3%

CMYK

 C value IS 0.60

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5859DB (or 0x5859DB) is known color: Slate Blue. HEX triplet: 58, 59 and DB. RGB value is (88,89,219). Sum of RGB (Red+Green+Blue) = 88+89+219=396 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.22% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #5859DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5859DB is #A7A624. Grayscale: #676767. Windows color (decimal): -10987045 or 14375256. OLE color: 14375256.

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

Color convert

RGB 88 89 219 -
CMYK 0.60 0.59 0 0.14
HSL 239.54º 0.65% 0.6% -
HSV(B) 239.54º 0.6% 0.86% -
XYZ 20.38 14.33 68.71 -
YUV 103.52 193.17 116.93 -
System Red Green Blue C M Y K H S L
Decimal 88 89 219 0.60 0.59 0 0.14 239.54 0.65 0.6
Hex 58 59 DB 3C 3B 0 E F0 41 3C
Octal 130 131 333 74 73 0 16 360 101 74
Binary 1011000 1011001 11011011 111100 111011 0 1110 11110000 1000001 111100

Color Harmonies of #5859DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5859DB

Black with #5859DB

Text Example


Text Example

White with #5859DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5859DB; }

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

 H1.HeaderClassName
 {
   color: #5859DB;
 }
 .AnyTagClassName
 {
   color: #5859DB;
 }
</style>

background-color css

<style>
 a { background-color: #5859DB; }

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

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

border-color css

<style>
 span { border-color: #5859DB; }

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

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