Html Css Color HEX #5656DB Slate Blue

📋 copy color: '#5656DB'

red 86 ◦ green 86 ◦ blue 219

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

Shades of Slate Blue #5656DB

Tints of Slate Blue #5656DB

RGB

 RED value IS 86 (33.98% from 255) = 21.99%

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

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

R = 21.99%
G = 21.99%
B = 56.01%

CMYK

 C value IS 0.61

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5656DB (or 0x5656DB) is known color: Slate Blue. HEX triplet: 56, 56 and DB. RGB value is (86,86,219). Sum of RGB (Red+Green+Blue) = 86+86+219=391 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.99% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #5656DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5656DB is #A9A924. Grayscale: #646464. Windows color (decimal): -11118885 or 14374486. OLE color: 14374486.

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

Color convert

RGB 86 86 219 -
CMYK 0.61 0.61 0 0.14
HSL 240º 0.65% 0.6% -
HSV(B) 240º 0.61% 0.86% -
XYZ 19.95 13.75 68.62 -
YUV 101.16 194.5 117.19 -
System Red Green Blue C M Y K H S L
Decimal 86 86 219 0.61 0.61 0 0.14 240 0.65 0.6
Hex 56 56 DB 3D 3D 0 E F0 41 3C
Octal 126 126 333 75 75 0 16 360 101 74
Binary 1010110 1010110 11011011 111101 111101 0 1110 11110000 1000001 111100

Color Harmonies of #5656DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5656DB

Black with #5656DB

Text Example


Text Example

White with #5656DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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