Html Css Color HEX #5651DB Slate Blue

📋 copy color: '#5651DB'

red 86 ◦ green 81 ◦ blue 219

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

Shades of Slate Blue #5651DB

Tints of Slate Blue #5651DB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.98%

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

R = 22.28%
G = 20.98%
B = 56.74%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5651DB (or 0x5651DB) is known color: Slate Blue. HEX triplet: 56, 51 and DB. RGB value is (86,81,219). Sum of RGB (Red+Green+Blue) = 86+81+219=386 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.28% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #5651DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5651DB is #A9AE24. Grayscale: #616161. Windows color (decimal): -11120165 or 14373206. OLE color: 14373206.

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

Color convert

RGB 86 81 219 -
CMYK 0.61 0.63 0 0.14
HSL 242.17º 0.66% 0.59% -
HSV(B) 242.17º 0.63% 0.86% -
XYZ 19.57 12.98 68.49 -
YUV 98.23 196.16 119.28 -
System Red Green Blue C M Y K H S L
Decimal 86 81 219 0.61 0.63 0 0.14 242.17 0.66 0.59
Hex 56 51 DB 3D 3F 0 E F2 42 3B
Octal 126 121 333 75 77 0 16 362 102 73
Binary 1010110 1010001 11011011 111101 111111 0 1110 11110010 1000010 111011

Color Harmonies of #5651DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5651DB

Black with #5651DB

Text Example


Text Example

White with #5651DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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