Html Css Color HEX #564BC8 Slate Blue

📋 copy color: '#564BC8'

red 86 ◦ green 75 ◦ blue 200

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

Shades of Slate Blue #564BC8

Tints of Slate Blue #564BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 55.4%

R = 23.82%
G = 20.78%
B = 55.4%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#564BC8 (or 0x564BC8) is known color: Slate Blue. HEX triplet: 56, 4B and C8. RGB value is (86,75,200). Sum of RGB (Red+Green+Blue) = 86+75+200=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 200 (78.52% from 255 or 55.40% from 361); Max value from RGB is 200 - color contains mainly: blue. Hex color #564BC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564BC8 is #A9B437. Grayscale: #5C5C5C. Windows color (decimal): -11121720 or 13126486. OLE color: 13126486.

HSL color Cylindrical-coordinate representation of color #564BC8: hue angle of 245.28º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #564BC8 is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 86 75 200 -
CMYK 0.57 0.62 0 0.22
HSL 245.28º 0.53% 0.54% -
HSV(B) 245.28º 0.63% 0.78% -
XYZ 16.78 11.18 55.92 -
YUV 92.54 188.64 123.34 -
System Red Green Blue C M Y K H S L
Decimal 86 75 200 0.57 0.62 0 0.22 245.28 0.53 0.54
Hex 56 4B C8 39 3E 0 16 F5 35 36
Octal 126 113 310 71 76 0 26 365 65 66
Binary 1010110 1001011 11001000 111001 111110 0 10110 11110101 110101 110110

Color Harmonies of #564BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564BC8

Black with #564BC8

Text Example


Text Example

White with #564BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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