Html Css Color HEX #564CDD Slate Blue

📋 copy color: '#564CDD'

red 86 ◦ green 76 ◦ blue 221

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

Shades of Slate Blue #564CDD

Tints of Slate Blue #564CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.84%

 BLUE value IS 221 (86.72% from 255) = 57.7%

R = 22.45%
G = 19.84%
B = 57.7%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#564CDD (or 0x564CDD) is known color: Slate Blue. HEX triplet: 56, 4C and DD. RGB value is (86,76,221). Sum of RGB (Red+Green+Blue) = 86+76+221=383 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.45% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #564CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564CDD is #A9B322. Grayscale: #5E5E5E. Windows color (decimal): -11121443 or 14502998. OLE color: 14502998.

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

Color convert

RGB 86 76 221 -
CMYK 0.61 0.66 0 0.13
HSL 244.14º 0.68% 0.58% -
HSV(B) 244.14º 0.66% 0.87% -
XYZ 19.47 12.37 69.77 -
YUV 95.52 198.81 121.21 -
System Red Green Blue C M Y K H S L
Decimal 86 76 221 0.61 0.66 0 0.13 244.14 0.68 0.58
Hex 56 4C DD 3D 42 0 D F4 44 3A
Octal 126 114 335 75 102 0 15 364 104 72
Binary 1010110 1001100 11011101 111101 1000010 0 1101 11110100 1000100 111010

Color Harmonies of #564CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564CDD

Black with #564CDD

Text Example


Text Example

White with #564CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,76,221); }

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

background-color css

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

 a { background-color: rgb(86,76,221); }

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

border-color css

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

 span { border-color: rgb(86,76,221); }

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