Html Css Color HEX #564ECC Slate Blue

📋 copy color: '#564ECC'

red 86 ◦ green 78 ◦ blue 204

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

Shades of Slate Blue #564ECC

Tints of Slate Blue #564ECC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.2%

 BLUE value IS 204 (80.08% from 255) = 55.43%

R = 23.37%
G = 21.2%
B = 55.43%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#564ECC (or 0x564ECC) is known color: Slate Blue. HEX triplet: 56, 4E and CC. RGB value is (86,78,204). Sum of RGB (Red+Green+Blue) = 86+78+204=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #564ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564ECC is #A9B133. Grayscale: #5E5E5E. Windows color (decimal): -11120948 or 13389398. OLE color: 13389398.

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

Color convert

RGB 86 78 204 -
CMYK 0.58 0.62 0 0.2
HSL 243.81º 0.55% 0.55% -
HSV(B) 243.81º 0.62% 0.8% -
XYZ 17.46 11.79 58.48 -
YUV 94.76 189.65 121.75 -
System Red Green Blue C M Y K H S L
Decimal 86 78 204 0.58 0.62 0 0.2 243.81 0.55 0.55
Hex 56 4E CC 3A 3E 0 14 F4 37 37
Octal 126 116 314 72 76 0 24 364 67 67
Binary 1010110 1001110 11001100 111010 111110 0 10100 11110100 110111 110111

Color Harmonies of #564ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564ECC

Black with #564ECC

Text Example


Text Example

White with #564ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,78,204); }

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

background-color css

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

 a { background-color: rgb(86,78,204); }

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

border-color css

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

 span { border-color: rgb(86,78,204); }

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