Html Css Color HEX #564FCD Slate Blue

📋 copy color: '#564FCD'

red 86 ◦ green 79 ◦ blue 205

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

Shades of Slate Blue #564FCD

Tints of Slate Blue #564FCD

RGB

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

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

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

R = 23.24%
G = 21.35%
B = 55.41%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#564FCD (or 0x564FCD) is known color: Slate Blue. HEX triplet: 56, 4F and CD. RGB value is (86,79,205). Sum of RGB (Red+Green+Blue) = 86+79+205=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #564FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564FCD is #A9B032. Grayscale: #5E5E5E. Windows color (decimal): -11120691 or 13455190. OLE color: 13455190.

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

Color convert

RGB 86 79 205 -
CMYK 0.58 0.61 0 0.20
HSL 243.33º 0.56% 0.56% -
HSV(B) 243.33º 0.61% 0.8% -
XYZ 17.65 11.98 59.14 -
YUV 95.46 189.82 121.25 -
System Red Green Blue C M Y K H S L
Decimal 86 79 205 0.58 0.61 0 0.20 243.33 0.56 0.56
Hex 56 4F CD 3A 3D 0 14 F3 38 38
Octal 126 117 315 72 75 0 24 363 70 70
Binary 1010110 1001111 11001101 111010 111101 0 10100 11110011 111000 111000

Color Harmonies of #564FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564FCD

Black with #564FCD

Text Example


Text Example

White with #564FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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