Html Css Color HEX #564EDB Slate Blue

📋 copy color: '#564EDB'

red 86 ◦ green 78 ◦ blue 219

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

Shades of Slate Blue #564EDB

Tints of Slate Blue #564EDB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.37%

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

R = 22.45%
G = 20.37%
B = 57.18%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#564EDB (or 0x564EDB) is known color: Slate Blue. HEX triplet: 56, 4E and DB. RGB value is (86,78,219). Sum of RGB (Red+Green+Blue) = 86+78+219=383 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.45% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #564EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564EDB is #A9B124. Grayscale: #5F5F5F. Windows color (decimal): -11120933 or 14372438. OLE color: 14372438.

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

Color convert

RGB 86 78 219 -
CMYK 0.61 0.64 0 0.14
HSL 243.4º 0.66% 0.58% -
HSV(B) 243.4º 0.64% 0.86% -
XYZ 19.35 12.54 68.42 -
YUV 96.47 197.15 120.54 -
System Red Green Blue C M Y K H S L
Decimal 86 78 219 0.61 0.64 0 0.14 243.4 0.66 0.58
Hex 56 4E DB 3D 40 0 E F3 42 3A
Octal 126 116 333 75 100 0 16 363 102 72
Binary 1010110 1001110 11011011 111101 1000000 0 1110 11110011 1000010 111010

Color Harmonies of #564EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564EDB

Black with #564EDB

Text Example


Text Example

White with #564EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564EDB; }

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

 H1.HeaderClassName
 {
   color: #564EDB;
 }
 .AnyTagClassName
 {
   color: #564EDB;
 }
</style>

background-color css

<style>
 a { background-color: #564EDB; }

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

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

border-color css

<style>
 span { border-color: #564EDB; }

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

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