Html Css Color HEX #564DDF Slate Blue

📋 copy color: '#564DDF'

red 86 ◦ green 77 ◦ blue 223

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

Shades of Slate Blue #564DDF

Tints of Slate Blue #564DDF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.95%

 BLUE value IS 223 (87.5% from 255) = 57.77%

R = 22.28%
G = 19.95%
B = 57.77%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#564DDF (or 0x564DDF) is known color: Slate Blue. HEX triplet: 56, 4D and DF. RGB value is (86,77,223). Sum of RGB (Red+Green+Blue) = 86+77+223=386 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.28% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #564DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564DDF is #A9B220. Grayscale: #5F5F5F. Windows color (decimal): -11121185 or 14634326. OLE color: 14634326.

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

Color convert

RGB 86 77 223 -
CMYK 0.61 0.65 0 0.13
HSL 243.7º 0.7% 0.59% -
HSV(B) 243.7º 0.65% 0.87% -
XYZ 19.81 12.61 71.2 -
YUV 96.34 199.48 120.63 -
System Red Green Blue C M Y K H S L
Decimal 86 77 223 0.61 0.65 0 0.13 243.7 0.7 0.59
Hex 56 4D DF 3D 41 0 D F4 46 3B
Octal 126 115 337 75 101 0 15 364 106 73
Binary 1010110 1001101 11011111 111101 1000001 0 1101 11110100 1000110 111011

Color Harmonies of #564DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564DDF

Black with #564DDF

Text Example


Text Example

White with #564DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,77,223); }

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

background-color css

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

 a { background-color: rgb(86,77,223); }

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

border-color css

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

 span { border-color: rgb(86,77,223); }

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