Html Css Color HEX #564ECE Slate Blue

📋 copy color: '#564ECE'

red 86 ◦ green 78 ◦ blue 206

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

Shades of Slate Blue #564ECE

Tints of Slate Blue #564ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.68%

R = 23.24%
G = 21.08%
B = 55.68%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#564ECE (or 0x564ECE) is known color: Slate Blue. HEX triplet: 56, 4E and CE. RGB value is (86,78,206). Sum of RGB (Red+Green+Blue) = 86+78+206=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #564ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564ECE is #A9B131. Grayscale: #5E5E5E. Windows color (decimal): -11120946 or 13520470. OLE color: 13520470.

HSL color Cylindrical-coordinate representation of color #564ECE: hue angle of 243.75º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #564ECE is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 78 206 -
CMYK 0.58 0.62 0 0.19
HSL 243.75º 0.57% 0.56% -
HSV(B) 243.75º 0.62% 0.81% -
XYZ 17.7 11.88 59.75 -
YUV 94.98 190.65 121.59 -
System Red Green Blue C M Y K H S L
Decimal 86 78 206 0.58 0.62 0 0.19 243.75 0.57 0.56
Hex 56 4E CE 3A 3E 0 13 F4 39 38
Octal 126 116 316 72 76 0 23 364 71 70
Binary 1010110 1001110 11001110 111010 111110 0 10011 11110100 111001 111000

Color Harmonies of #564ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564ECE

Black with #564ECE

Text Example


Text Example

White with #564ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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