Html Css Color HEX #5856DB Slate Blue

📋 copy color: '#5856DB'

red 88 ◦ green 86 ◦ blue 219

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

Shades of Slate Blue #5856DB

Tints of Slate Blue #5856DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.88%

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

R = 22.39%
G = 21.88%
B = 55.73%

CMYK

 C value IS 0.60

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5856DB (or 0x5856DB) is known color: Slate Blue. HEX triplet: 58, 56 and DB. RGB value is (88,86,219). Sum of RGB (Red+Green+Blue) = 88+86+219=393 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.39% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #5856DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5856DB is #A7A924. Grayscale: #656565. Windows color (decimal): -10987813 or 14374488. OLE color: 14374488.

HSL color Cylindrical-coordinate representation of color #5856DB: hue angle of 240.9º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5856DB is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 86 219 -
CMYK 0.60 0.61 0 0.14
HSL 240.9º 0.65% 0.6% -
HSV(B) 240.9º 0.61% 0.86% -
XYZ 20.14 13.84 68.63 -
YUV 101.76 194.16 118.19 -
System Red Green Blue C M Y K H S L
Decimal 88 86 219 0.60 0.61 0 0.14 240.9 0.65 0.6
Hex 58 56 DB 3C 3D 0 E F1 41 3C
Octal 130 126 333 74 75 0 16 361 101 74
Binary 1011000 1010110 11011011 111100 111101 0 1110 11110001 1000001 111100

Color Harmonies of #5856DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5856DB

Black with #5856DB

Text Example


Text Example

White with #5856DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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