Html Css Color HEX #564FDA Slate Blue

📋 copy color: '#564FDA'

red 86 ◦ green 79 ◦ blue 218

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

Shades of Slate Blue #564FDA

Tints of Slate Blue #564FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 56.92%

R = 22.45%
G = 20.63%
B = 56.92%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#564FDA (or 0x564FDA) is known color: Slate Blue. HEX triplet: 56, 4F and DA. RGB value is (86,79,218). Sum of RGB (Red+Green+Blue) = 86+79+218=383 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.45% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 218 (85.55% from 255 or 56.92% from 383); Max value from RGB is 218 - color contains mainly: blue. Hex color #564FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564FDA is #A9B025. Grayscale: #606060. Windows color (decimal): -11120678 or 14307158. OLE color: 14307158.

HSL color Cylindrical-coordinate representation of color #564FDA: hue angle of 243.02º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #564FDA is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 86 79 218 -
CMYK 0.61 0.64 0 0.15
HSL 243.02º 0.65% 0.58% -
HSV(B) 243.02º 0.64% 0.85% -
XYZ 19.29 12.63 67.75 -
YUV 96.94 196.32 120.2 -
System Red Green Blue C M Y K H S L
Decimal 86 79 218 0.61 0.64 0 0.15 243.02 0.65 0.58
Hex 56 4F DA 3D 40 0 F F3 41 3A
Octal 126 117 332 75 100 0 17 363 101 72
Binary 1010110 1001111 11011010 111101 1000000 0 1111 11110011 1000001 111010

Color Harmonies of #564FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564FDA

Black with #564FDA

Text Example


Text Example

White with #564FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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