Html Css Color HEX #564FCF Slate Blue

📋 copy color: '#564FCF'

red 86 ◦ green 79 ◦ blue 207

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

Shades of Slate Blue #564FCF

Tints of Slate Blue #564FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.65%

R = 23.12%
G = 21.24%
B = 55.65%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#564FCF (or 0x564FCF) is known color: Slate Blue. HEX triplet: 56, 4F and CF. RGB value is (86,79,207). Sum of RGB (Red+Green+Blue) = 86+79+207=372 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.12% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #564FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564FCF is #A9B030. Grayscale: #5F5F5F. Windows color (decimal): -11120689 or 13586262. OLE color: 13586262.

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

Color convert

RGB 86 79 207 -
CMYK 0.58 0.62 0 0.19
HSL 243.28º 0.57% 0.56% -
HSV(B) 243.28º 0.62% 0.81% -
XYZ 17.9 12.08 60.42 -
YUV 95.69 190.82 121.09 -
System Red Green Blue C M Y K H S L
Decimal 86 79 207 0.58 0.62 0 0.19 243.28 0.57 0.56
Hex 56 4F CF 3A 3E 0 13 F3 39 38
Octal 126 117 317 72 76 0 23 363 71 70
Binary 1010110 1001111 11001111 111010 111110 0 10011 11110011 111001 111000

Color Harmonies of #564FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564FCF

Black with #564FCF

Text Example


Text Example

White with #564FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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