Html Css Color HEX #5654DB Slate Blue

📋 copy color: '#5654DB'

red 86 ◦ green 84 ◦ blue 219

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

Shades of Slate Blue #5654DB

Tints of Slate Blue #5654DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.59%

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

R = 22.11%
G = 21.59%
B = 56.3%

CMYK

 C value IS 0.61

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5654DB (or 0x5654DB) is known color: Slate Blue. HEX triplet: 56, 54 and DB. RGB value is (86,84,219). Sum of RGB (Red+Green+Blue) = 86+84+219=389 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.11% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #5654DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5654DB is #A9AB24. Grayscale: #636363. Windows color (decimal): -11119397 or 14373974. OLE color: 14373974.

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

Color convert

RGB 86 84 219 -
CMYK 0.61 0.62 0 0.14
HSL 240.89º 0.65% 0.59% -
HSV(B) 240.89º 0.62% 0.86% -
XYZ 19.79 13.43 68.57 -
YUV 99.99 195.16 118.02 -
System Red Green Blue C M Y K H S L
Decimal 86 84 219 0.61 0.62 0 0.14 240.89 0.65 0.59
Hex 56 54 DB 3D 3E 0 E F1 41 3B
Octal 126 124 333 75 76 0 16 361 101 73
Binary 1010110 1010100 11011011 111101 111110 0 1110 11110001 1000001 111011

Color Harmonies of #5654DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5654DB

Black with #5654DB

Text Example


Text Example

White with #5654DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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