Html Css Color HEX #564BCD Slate Blue

📋 copy color: '#564BCD'

red 86 ◦ green 75 ◦ blue 205

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

Shades of Slate Blue #564BCD

Tints of Slate Blue #564BCD

RGB

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

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

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

R = 23.5%
G = 20.49%
B = 56.01%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#564BCD (or 0x564BCD) is known color: Slate Blue. HEX triplet: 56, 4B and CD. RGB value is (86,75,205). Sum of RGB (Red+Green+Blue) = 86+75+205=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #564BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564BCD is #A9B432. Grayscale: #5C5C5C. Windows color (decimal): -11121715 or 13454166. OLE color: 13454166.

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

Color convert

RGB 86 75 205 -
CMYK 0.58 0.63 0 0.20
HSL 245.08º 0.57% 0.55% -
HSV(B) 245.08º 0.63% 0.8% -
XYZ 17.37 11.42 59.05 -
YUV 93.11 191.14 122.93 -
System Red Green Blue C M Y K H S L
Decimal 86 75 205 0.58 0.63 0 0.20 245.08 0.57 0.55
Hex 56 4B CD 3A 3F 0 14 F5 39 37
Octal 126 113 315 72 77 0 24 365 71 67
Binary 1010110 1001011 11001101 111010 111111 0 10100 11110101 111001 110111

Color Harmonies of #564BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564BCD

Black with #564BCD

Text Example


Text Example

White with #564BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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