Html Css Color HEX #564ACD Slate Blue

📋 copy color: '#564ACD'

red 86 ◦ green 74 ◦ blue 205

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

Shades of Slate Blue #564ACD

Tints of Slate Blue #564ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.16%

R = 23.56%
G = 20.27%
B = 56.16%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#564ACD (or 0x564ACD) is known color: Slate Blue. HEX triplet: 56, 4A and CD. RGB value is (86,74,205). Sum of RGB (Red+Green+Blue) = 86+74+205=365 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.56% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #564ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564ACD is #A9B532. Grayscale: #5C5C5C. Windows color (decimal): -11121971 or 13453910. OLE color: 13453910.

HSL color Cylindrical-coordinate representation of color #564ACD: hue angle of 245.5º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #564ACD is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 74 205 -
CMYK 0.58 0.64 0 0.20
HSL 245.5º 0.57% 0.55% -
HSV(B) 245.5º 0.64% 0.8% -
XYZ 17.31 11.28 59.02 -
YUV 92.52 191.48 123.35 -
System Red Green Blue C M Y K H S L
Decimal 86 74 205 0.58 0.64 0 0.20 245.5 0.57 0.55
Hex 56 4A CD 3A 40 0 14 F5 39 37
Octal 126 112 315 72 100 0 24 365 71 67
Binary 1010110 1001010 11001101 111010 1000000 0 10100 11110101 111001 110111

Color Harmonies of #564ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564ACD

Black with #564ACD

Text Example


Text Example

White with #564ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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