Html Css Color HEX #564EDD Slate Blue

📋 copy color: '#564EDD'

red 86 ◦ green 78 ◦ blue 221

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

Shades of Slate Blue #564EDD

Tints of Slate Blue #564EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.4%

R = 22.34%
G = 20.26%
B = 57.4%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#564EDD (or 0x564EDD) is known color: Slate Blue. HEX triplet: 56, 4E and DD. RGB value is (86,78,221). Sum of RGB (Red+Green+Blue) = 86+78+221=385 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.34% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #564EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564EDD is #A9B122. Grayscale: #606060. Windows color (decimal): -11120931 or 14503510. OLE color: 14503510.

HSL color Cylindrical-coordinate representation of color #564EDD: hue angle of 243.36º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #564EDD is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 78 221 -
CMYK 0.61 0.65 0 0.13
HSL 243.36º 0.68% 0.59% -
HSV(B) 243.36º 0.65% 0.87% -
XYZ 19.61 12.65 69.81 -
YUV 96.69 198.15 120.37 -
System Red Green Blue C M Y K H S L
Decimal 86 78 221 0.61 0.65 0 0.13 243.36 0.68 0.59
Hex 56 4E DD 3D 41 0 D F3 44 3B
Octal 126 116 335 75 101 0 15 363 104 73
Binary 1010110 1001110 11011101 111101 1000001 0 1101 11110011 1000100 111011

Color Harmonies of #564EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564EDD

Black with #564EDD

Text Example


Text Example

White with #564EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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