Html Css Color HEX #564CDB Slate Blue

📋 copy color: '#564CDB'

red 86 ◦ green 76 ◦ blue 219

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

Shades of Slate Blue #564CDB

Tints of Slate Blue #564CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.95%

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

R = 22.57%
G = 19.95%
B = 57.48%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#564CDB (or 0x564CDB) is known color: Slate Blue. HEX triplet: 56, 4C and DB. RGB value is (86,76,219). Sum of RGB (Red+Green+Blue) = 86+76+219=381 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.57% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #564CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564CDB is #A9B324. Grayscale: #5E5E5E. Windows color (decimal): -11121445 or 14371926. OLE color: 14371926.

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

Color convert

RGB 86 76 219 -
CMYK 0.61 0.65 0 0.14
HSL 244.2º 0.67% 0.58% -
HSV(B) 244.2º 0.65% 0.86% -
XYZ 19.21 12.26 68.37 -
YUV 95.29 197.81 121.37 -
System Red Green Blue C M Y K H S L
Decimal 86 76 219 0.61 0.65 0 0.14 244.2 0.67 0.58
Hex 56 4C DB 3D 41 0 E F4 43 3A
Octal 126 114 333 75 101 0 16 364 103 72
Binary 1010110 1001100 11011011 111101 1000001 0 1110 11110100 1000011 111010

Color Harmonies of #564CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564CDB

Black with #564CDB

Text Example


Text Example

White with #564CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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