Html Css Color HEX #564ACE Slate Blue

📋 copy color: '#564ACE'

red 86 ◦ green 74 ◦ blue 206

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

Shades of Slate Blue #564ACE

Tints of Slate Blue #564ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.22%

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

R = 23.5%
G = 20.22%
B = 56.28%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#564ACE (or 0x564ACE) is known color: Slate Blue. HEX triplet: 56, 4A and CE. RGB value is (86,74,206). Sum of RGB (Red+Green+Blue) = 86+74+206=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #564ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564ACE is #A9B531. Grayscale: #5C5C5C. Windows color (decimal): -11121970 or 13519446. OLE color: 13519446.

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

Color convert

RGB 86 74 206 -
CMYK 0.58 0.64 0 0.19
HSL 245.45º 0.57% 0.55% -
HSV(B) 245.45º 0.64% 0.81% -
XYZ 17.43 11.33 59.66 -
YUV 92.64 191.98 123.27 -
System Red Green Blue C M Y K H S L
Decimal 86 74 206 0.58 0.64 0 0.19 245.45 0.57 0.55
Hex 56 4A CE 3A 40 0 13 F5 39 37
Octal 126 112 316 72 100 0 23 365 71 67
Binary 1010110 1001010 11001110 111010 1000000 0 10011 11110101 111001 110111

Color Harmonies of #564ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564ACE

Black with #564ACE

Text Example


Text Example

White with #564ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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