Html Css Color HEX #564BDB Slate Blue

📋 copy color: '#564BDB'

red 86 ◦ green 75 ◦ blue 219

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

Shades of Slate Blue #564BDB

Tints of Slate Blue #564BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.74%

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

R = 22.63%
G = 19.74%
B = 57.63%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#564BDB (or 0x564BDB) is known color: Slate Blue. HEX triplet: 56, 4B and DB. RGB value is (86,75,219). Sum of RGB (Red+Green+Blue) = 86+75+219=380 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.63% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #564BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564BDB is #A9B424. Grayscale: #5E5E5E. Windows color (decimal): -11121701 or 14371670. OLE color: 14371670.

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

Color convert

RGB 86 75 219 -
CMYK 0.61 0.66 0 0.14
HSL 244.58º 0.67% 0.58% -
HSV(B) 244.58º 0.66% 0.86% -
XYZ 19.14 12.13 68.35 -
YUV 94.71 198.14 121.79 -
System Red Green Blue C M Y K H S L
Decimal 86 75 219 0.61 0.66 0 0.14 244.58 0.67 0.58
Hex 56 4B DB 3D 42 0 E F5 43 3A
Octal 126 113 333 75 102 0 16 365 103 72
Binary 1010110 1001011 11011011 111101 1000010 0 1110 11110101 1000011 111010

Color Harmonies of #564BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564BDB

Black with #564BDB

Text Example


Text Example

White with #564BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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