Html Css Color HEX #564DCE Slate Blue

📋 copy color: '#564DCE'

red 86 ◦ green 77 ◦ blue 206

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

Shades of Slate Blue #564DCE

Tints of Slate Blue #564DCE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.87%

 BLUE value IS 206 (80.86% from 255) = 55.83%

R = 23.31%
G = 20.87%
B = 55.83%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#564DCE (or 0x564DCE) is known color: Slate Blue. HEX triplet: 56, 4D and CE. RGB value is (86,77,206). Sum of RGB (Red+Green+Blue) = 86+77+206=369 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.31% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #564DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564DCE is #A9B231. Grayscale: #5D5D5D. Windows color (decimal): -11121202 or 13520214. OLE color: 13520214.

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

Color convert

RGB 86 77 206 -
CMYK 0.58 0.63 0 0.19
HSL 244.19º 0.57% 0.55% -
HSV(B) 244.19º 0.63% 0.81% -
XYZ 17.63 11.74 59.73 -
YUV 94.4 190.98 122.01 -
System Red Green Blue C M Y K H S L
Decimal 86 77 206 0.58 0.63 0 0.19 244.19 0.57 0.55
Hex 56 4D CE 3A 3F 0 13 F4 39 37
Octal 126 115 316 72 77 0 23 364 71 67
Binary 1010110 1001101 11001110 111010 111111 0 10011 11110100 111001 110111

Color Harmonies of #564DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564DCE

Black with #564DCE

Text Example


Text Example

White with #564DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,77,206); }

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

background-color css

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

 a { background-color: rgb(86,77,206); }

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

border-color css

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

 span { border-color: rgb(86,77,206); }

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