Html Css Color HEX #564ADA Slate Blue

📋 copy color: '#564ADA'

red 86 ◦ green 74 ◦ blue 218

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

Shades of Slate Blue #564ADA

Tints of Slate Blue #564ADA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.58%

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

R = 22.75%
G = 19.58%
B = 57.67%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#564ADA (or 0x564ADA) is known color: Slate Blue. HEX triplet: 56, 4A and DA. RGB value is (86,74,218). Sum of RGB (Red+Green+Blue) = 86+74+218=378 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.75% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #564ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564ADA is #A9B525. Grayscale: #5D5D5D. Windows color (decimal): -11121958 or 14305878. OLE color: 14305878.

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

Color convert

RGB 86 74 218 -
CMYK 0.61 0.66 0 0.15
HSL 245º 0.66% 0.57% -
HSV(B) 245º 0.66% 0.85% -
XYZ 18.94 11.94 67.64 -
YUV 94 197.98 122.29 -
System Red Green Blue C M Y K H S L
Decimal 86 74 218 0.61 0.66 0 0.15 245 0.66 0.57
Hex 56 4A DA 3D 42 0 F F5 42 39
Octal 126 112 332 75 102 0 17 365 102 71
Binary 1010110 1001010 11011010 111101 1000010 0 1111 11110101 1000010 111001

Color Harmonies of #564ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564ADA

Black with #564ADA

Text Example


Text Example

White with #564ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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