Html Css Color HEX #564FDF Slate Blue

📋 copy color: '#564FDF'

red 86 ◦ green 79 ◦ blue 223

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

Shades of Slate Blue #564FDF

Tints of Slate Blue #564FDF

RGB

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

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

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

R = 22.16%
G = 20.36%
B = 57.47%

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

#564FDF (or 0x564FDF) is known color: Slate Blue. HEX triplet: 56, 4F and DF. RGB value is (86,79,223). Sum of RGB (Red+Green+Blue) = 86+79+223=388 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.16% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #564FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564FDF is #A9B020. Grayscale: #606060. Windows color (decimal): -11120673 or 14634838. OLE color: 14634838.

HSL color Cylindrical-coordinate representation of color #564FDF: hue angle of 242.92º degrees, saturation: 0.69, 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 #564FDF is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 79 223 -
CMYK 0.61 0.65 0 0.13
HSL 242.92º 0.69% 0.59% -
HSV(B) 242.92º 0.65% 0.87% -
XYZ 19.95 12.9 71.25 -
YUV 97.51 198.82 119.79 -
System Red Green Blue C M Y K H S L
Decimal 86 79 223 0.61 0.65 0 0.13 242.92 0.69 0.59
Hex 56 4F DF 3D 41 0 D F3 45 3B
Octal 126 117 337 75 101 0 15 363 105 73
Binary 1010110 1001111 11011111 111101 1000001 0 1101 11110011 1000101 111011

Color Harmonies of #564FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564FDF

Black with #564FDF

Text Example


Text Example

White with #564FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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