Html Css Color HEX #564ADC Slate Blue

📋 copy color: '#564ADC'

red 86 ◦ green 74 ◦ blue 220

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

Shades of Slate Blue #564ADC

Tints of Slate Blue #564ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.89%

R = 22.63%
G = 19.47%
B = 57.89%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#564ADC (or 0x564ADC) is known color: Slate Blue. HEX triplet: 56, 4A and DC. RGB value is (86,74,220). Sum of RGB (Red+Green+Blue) = 86+74+220=380 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.63% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #564ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564ADC is #A9B523. Grayscale: #5D5D5D. Windows color (decimal): -11121956 or 14436950. OLE color: 14436950.

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

Color convert

RGB 86 74 220 -
CMYK 0.61 0.66 0 0.14
HSL 244.93º 0.68% 0.58% -
HSV(B) 244.93º 0.66% 0.86% -
XYZ 19.2 12.04 69.02 -
YUV 94.23 198.98 122.13 -
System Red Green Blue C M Y K H S L
Decimal 86 74 220 0.61 0.66 0 0.14 244.93 0.68 0.58
Hex 56 4A DC 3D 42 0 E F5 44 3A
Octal 126 112 334 75 102 0 16 365 104 72
Binary 1010110 1001010 11011100 111101 1000010 0 1110 11110101 1000100 111010

Color Harmonies of #564ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564ADC

Black with #564ADC

Text Example


Text Example

White with #564ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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