Html Css Color HEX #564EDE Slate Blue

📋 copy color: '#564EDE'

red 86 ◦ green 78 ◦ blue 222

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

Shades of Slate Blue #564EDE

Tints of Slate Blue #564EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.51%

R = 22.28%
G = 20.21%
B = 57.51%

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

#564EDE (or 0x564EDE) is known color: Slate Blue. HEX triplet: 56, 4E and DE. RGB value is (86,78,222). Sum of RGB (Red+Green+Blue) = 86+78+222=386 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.28% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #564EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564EDE is #A9B121. Grayscale: #606060. Windows color (decimal): -11120930 or 14569046. OLE color: 14569046.

HSL color Cylindrical-coordinate representation of color #564EDE: hue angle of 243.33º degrees, saturation: 0.69, 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 #564EDE is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 78 222 -
CMYK 0.61 0.65 0 0.13
HSL 243.33º 0.69% 0.59% -
HSV(B) 243.33º 0.65% 0.87% -
XYZ 19.75 12.7 70.52 -
YUV 96.81 198.65 120.29 -
System Red Green Blue C M Y K H S L
Decimal 86 78 222 0.61 0.65 0 0.13 243.33 0.69 0.59
Hex 56 4E DE 3D 41 0 D F3 45 3B
Octal 126 116 336 75 101 0 15 363 105 73
Binary 1010110 1001110 11011110 111101 1000001 0 1101 11110011 1000101 111011

Color Harmonies of #564EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564EDE

Black with #564EDE

Text Example


Text Example

White with #564EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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