Html Css Color HEX #564BCF Slate Blue

📋 copy color: '#564BCF'

red 86 ◦ green 75 ◦ blue 207

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

Shades of Slate Blue #564BCF

Tints of Slate Blue #564BCF

RGB

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

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

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

R = 23.37%
G = 20.38%
B = 56.25%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#564BCF (or 0x564BCF) is known color: Slate Blue. HEX triplet: 56, 4B and CF. RGB value is (86,75,207). Sum of RGB (Red+Green+Blue) = 86+75+207=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #564BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564BCF is #A9B430. Grayscale: #5C5C5C. Windows color (decimal): -11121713 or 13585238. OLE color: 13585238.

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

Color convert

RGB 86 75 207 -
CMYK 0.58 0.64 0 0.19
HSL 245º 0.58% 0.55% -
HSV(B) 245º 0.64% 0.81% -
XYZ 17.62 11.52 60.33 -
YUV 93.34 192.14 122.77 -
System Red Green Blue C M Y K H S L
Decimal 86 75 207 0.58 0.64 0 0.19 245 0.58 0.55
Hex 56 4B CF 3A 40 0 13 F5 3A 37
Octal 126 113 317 72 100 0 23 365 72 67
Binary 1010110 1001011 11001111 111010 1000000 0 10011 11110101 111010 110111

Color Harmonies of #564BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564BCF

Black with #564BCF

Text Example


Text Example

White with #564BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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