Html Css Color HEX #564BDA Slate Blue

📋 copy color: '#564BDA'

red 86 ◦ green 75 ◦ blue 218

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

Shades of Slate Blue #564BDA

Tints of Slate Blue #564BDA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.79%

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

R = 22.69%
G = 19.79%
B = 57.52%

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

#564BDA (or 0x564BDA) is known color: Slate Blue. HEX triplet: 56, 4B and DA. RGB value is (86,75,218). Sum of RGB (Red+Green+Blue) = 86+75+218=379 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.69% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #564BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564BDA is #A9B425. Grayscale: #5E5E5E. Windows color (decimal): -11121702 or 14306134. OLE color: 14306134.

HSL color Cylindrical-coordinate representation of color #564BDA: hue angle of 244.62º 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 #564BDA is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 86 75 218 -
CMYK 0.61 0.66 0 0.15
HSL 244.62º 0.66% 0.57% -
HSV(B) 244.62º 0.66% 0.85% -
XYZ 19.01 12.07 67.66 -
YUV 94.59 197.64 121.87 -
System Red Green Blue C M Y K H S L
Decimal 86 75 218 0.61 0.66 0 0.15 244.62 0.66 0.57
Hex 56 4B DA 3D 42 0 F F5 42 39
Octal 126 113 332 75 102 0 17 365 102 71
Binary 1010110 1001011 11011010 111101 1000010 0 1111 11110101 1000010 111001

Color Harmonies of #564BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564BDA

Black with #564BDA

Text Example


Text Example

White with #564BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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