Html Css Color HEX #564FDC Slate Blue

📋 copy color: '#564FDC'

red 86 ◦ green 79 ◦ blue 220

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

Shades of Slate Blue #564FDC

Tints of Slate Blue #564FDC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.52%

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

R = 22.34%
G = 20.52%
B = 57.14%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#564FDC (or 0x564FDC) is known color: Slate Blue. HEX triplet: 56, 4F and DC. RGB value is (86,79,220). Sum of RGB (Red+Green+Blue) = 86+79+220=385 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.34% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #564FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564FDC is #A9B023. Grayscale: #606060. Windows color (decimal): -11120676 or 14438230. OLE color: 14438230.

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

Color convert

RGB 86 79 220 -
CMYK 0.61 0.64 0 0.14
HSL 242.98º 0.67% 0.59% -
HSV(B) 242.98º 0.64% 0.86% -
XYZ 19.55 12.74 69.14 -
YUV 97.17 197.32 120.04 -
System Red Green Blue C M Y K H S L
Decimal 86 79 220 0.61 0.64 0 0.14 242.98 0.67 0.59
Hex 56 4F DC 3D 40 0 E F3 43 3B
Octal 126 117 334 75 100 0 16 363 103 73
Binary 1010110 1001111 11011100 111101 1000000 0 1110 11110011 1000011 111011

Color Harmonies of #564FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564FDC

Black with #564FDC

Text Example


Text Example

White with #564FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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